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?
Solved! Go to Solution.
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>
Proud to be a Flownaut!
hi @David_Schrag please try to add css into your email template
Proud to be a Flownaut!
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>
Proud to be a Flownaut!
@Jcook Thanks! That worked, but why couldn't I achieve the same result in the WYSIWYG editor?
@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
Proud to be a Flownaut!
User | Count |
---|---|
87 | |
37 | |
25 | |
13 | |
12 |
User | Count |
---|---|
117 | |
55 | |
36 | |
23 | |
21 |