I am looking to include a hierarchy triangle in an email generated by my webpage. This triangle should reflect the data from the page, including the number of activities, appointments, proposals, and deals. Specifically, I want it to display: Top of the triangle: number of activities (100) Second level: number of appointments (30) Third level: number of proposals (10) Bottom: number of deals (3)
Is it possible to achieve this using HTML code or perhaps by utilizing an image with overlay text?