Quote:
Originally Posted by Karellen
<br class="calibre1"/><br class="calibre1"/>
You would need to check what "calibre1" is in the stylesheet.css file, but using a <br/> as a CR is not correct as it is meant to be used inline, eg <p>first line<br/>second line</p> not as a paragraph level tag.
I guess Sigil picked up on this and fixed it automatically.
|
It's invalid code. A <br> cannot be on it's own.