How can I prevent WordPress to wrap <br> into a <p> paragragraph

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.

Read More

How can remove the wrapping?

Related posts

Leave a Reply

2 comments