html editor code in :
<div>
<img ... />
<h3>...</h3>
</div>
WP code out :
<div>
<img ... /></p>
<h3>...</h3>
</div>
And losing whitespace makes no difference.
html editor code in :
<div>
<img ... />
<h3>...</h3>
</div>
WP code out :
<div>
<img ... /></p>
<h3>...</h3>
</div>
And losing whitespace makes no difference.
This topic has been closed to new replies.