I am having trouble with html formatting not working in two different ways:
1. In these icon boxes, we want bullet points. They show up in the visual editor, but not in preview or in the live page (but the site is password protected right now). Here are screen shots:
2. In this layer slider, the text is not appearing the way it should, and does in the visual editor. Here are screen shots:
Thanks for your help.
Hi sstromberg!
Try using imgur.com to upload your screenshots.
For the iconbox add this to the content to create bullets.
<ul>
<li>first item</li>
<li>second item</li>
</ul>
Regards,
Elliott