Every time I try and add a list it puts a break above it, making a massive space above all of my lists.
I am using Leevi Graham’s TinyMCE extension. When I preview the html it is perfect (no break), but as soon as I post it is there.
When I post it looks like this:
some text:
<ul>
<li>list item</li>
</ul>
And then when I look at the page source of what I have published it looks like this:
some text:
<ul>
<li>list item</li>
</ul>
This is creating a massive white space. How do I get rid of it? It seems to be something automated by EE?
Unfortunately, with that extension enabled you can’t do that. It makes the textarea WYSIWYG
Maybe it is something which will need to be changed on the extension by Mr Leevi Graham (or someone more technical than me). There is an area of settings within the extension, but I have no idea what they do.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.