On Aug 1, 2006, at 1:17 PM, Derek Redmond wrote:

Do I have to update my whole style of HTML, or is there an easier fix?

<br style="clear: both" />

This is a more modern way of doing it. Or, even better, set up some CSS like this:

.clearing {
    clear: both;
}

and then do this:

<br class="clearing" />

Then you can change the behavior of your clearing class once and have it apply everywhere, should you need to do such a thing.

Joe

P.S.  This relates to BBEdit... okay, I give up.  How?
--
Joe Chellman
http://www.chellman.org/
http://www.chellman.org/pgp_key.txt


--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to