Quote:
Originally Posted by theducks
IIRC Clear=All was supposed to end a Float
I use <br /> inside a normal block when I want to force to 2 lines at a certain point. It also allows the TOC tool to treat both pieces as if the break was not there.
Code:
<h2>Chapter 42 <br> Life without a Universe</h2>
|
True about float (which is why sometimes needed in Wordpress) and breaking a heading over two lines instead of device wrap is useful, but clear=all would break it, needs to be a bare <br/>. If done in source wordprocessor the auto-generated contents page replaces <br/> with a space.