The "clear" attribute is *deprecated*, not "outdated".
It will still work...until it's *obsolete*.
See :
http://www.w3.org/TR/html401/present/graphics.html
Search for "clear" in that document.
There's a couple of workarounds using CSS.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en espaņol :
http://asp.net.do/foros/
======================================
"Agos" <(E-Mail Removed)> wrote in message
news:fB17i.11119$(E-Mail Removed)...
> Microsoft Visual Studio when I use this tag
> <br clear="all" />
> tells me:
> Warning 1 Validation (XHTML 1.0 Transitional): Attribute 'clear' is considered outdated. A newer
> construct is recommended.
>
> What should I use instead?
>
> Tank you
>
> Agos
>