adding space to emails

Anonymous
Not applicable
Hello everyone,

Very new to Marketo. Hoping someone can help me with this simple task. I need to align the text within a numbered list. I want the "executive..." line to line up under "Demonstrate" and not underneath the 2. Any help would be greatly appreciated. Thanks!

 1. Adopt the proper mindset
2. Demonstrate unwavering
executive
leadership and support

 
Tags (1)
3 REPLIES 3
Anonymous
Not applicable
Thanks for the feedback. I guess I should have also included that I have an image just to the left of these bullets/numbers. So when I use an ordered list the numbers then show up to the left of the image.
Alok_Ramsisaria
Level 10
Hi Tara,

Try to set the spacing in the right box, "after" you've clicked "Copy to HTML" to adjust this.

Here's a snapshot for the same

0EM50000000SEUV.jpg

Hope this helps!
Matt_Stone2
Level 9
Use an ordered list:

<ol>
<li>Adopt the proper mindset</li>
<li>Demonstrate unwavering executive leadership and support</li>
</ol>