I am working on a clients website and the backend tinymce preview is not really the same as what shows up on the front end. For some reason there needs to be two sets of tags to give the same visual effect as one tag.
For example.
Code: Select all
<p><strong>some text? </strong></p>
<p><strong> </strong></p>
<p><strong>and some more</strong></p>WhereasSome text?
and some more
Code: Select all
<p><strong>some text? </strong></p>
<p><strong>and some more</strong></p>Has anyone come across this or has any idea how to fix it?Some text?
and some more.
Thanks


