Hi All
I have the following code:
<p>blah -blah
<ul>
<li>text</li>
<li>text</li>
</ul>
</p>
when saving it turns to:
<p>blah -blah</p>
<ul>
<li>text</li>
<li>text</li>
</ul>
<p></p>
Is it possible to config editor so it keeps such code as is.
Thanks
I have the following code:
<p>blah -blah
<ul>
<li>text</li>
<li>text</li>
</ul>
</p>
when saving it turns to:
<p>blah -blah</p>
<ul>
<li>text</li>
<li>text</li>
</ul>
<p></p>
Is it possible to config editor so it keeps such code as is.
Thanks
Re: list inside paragraph
You can check here that having an <ul> inside a <p> is invalid html: http://validator.w3.org/#validate_by_input+with_options