When I create a new page and put <br class="clear"> into the HTML view it gets rendered as
<p>
<br class="clear">
</p>
This causes problems with the theme http://www.gallyapp.com/tf_themes/?theme=Lotus where the <br> is not wrapped.
How can remove the wrapping?

<div class="clear"></div>solve the problem? I think using a div will work around the issue. – t31os Oct 6 '11 at 13:07