-----Original Message-----
From: Ines Robbers [mailto:[EMAIL PROTECTED]]

 > can someone explain to me why the tag <br clear="all" /> 
 > does not validate
 > as as XHTML 1.0 Strict?
 

Ines,

If I remember correctly, you were floating three DIVs side by side in you
page layout, yes?
If your goal is to clear the float characteristics, you can use <br
style="clear:both" />. This will clear the float behavior in a design where
you have more than one element floated, some to the left and some to the
right. Alternatively, you can use a DIV rather than a <br /> to clear a
floated object. Using a DIV with no size attributes defined will clear the
floats without creating a gap in your design flow. Valid CSS includes
clear:left; clear:right; and clear:both.

HTH

Perry Gerenday
www.webinitiative.net

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to