On 27/07/05, Hope Stewart <[EMAIL PROTECTED]> wrote: > On 27/7/05 8:00 PM, "Jorge Laranjo" <[EMAIL PROTECTED]> wrote: > > >> At the bottom of the page, you have a <p class="clear"></p> > >> make that <p class="clear">&nbps;</p> > > > > <p class="clear"> </p> > > > > Note, and not &nbPS; > > When I've needed to clear a floated, I've used: > > <div class="clear"></div> > > which seems to work, though I haven't tested it in *every* browser. > > Are there any advantages of using <p class="clear"> </p> over > <div class="clear"></div>? I've never put a " " inside the > <div class="clear"></div>. Should I?
A nicer approach, IMHO, is not to use markup for clearing at all: http://www.positioniseverything.net/easyclearing.html ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
