I am trying to create a scheduled e-mail that includes a bulleted list, like this:
When I click the bullet button in the edit window, the entire body is bulleted:
I tried editing the source code to move the <ul> and <li> tags, but I couldn't get it to validate the code and bring me back to the WYSIWYG editor. What am I doing wrong?
@David_Schrag No problem.
Yes I have had some UI issues with send email action as well. That is probably just a minor UI bug
@Jcook Thanks! That worked, but why couldn't I achieve the same result in the WYSIWYG editor?
Hello @David_Schrag
here is the code I tried and it worked as per your example:
<p>I am sending you an email with the following bulleted list:</p>
<ul>
<li>First Item</li>
<li>Second Item</li>
<li>Third Item</li>
</ul>
<p>This paragraph would follow the list</p>
hi @David_Schrag please try to add css into your email template
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492