re:
!> Are you saying that <hr> is deprecated?
!> Yes:
While that is undoubtedly true, deprecated features remain in the current version,
although their use may raise warning messages recommending alternate practices
and deprecation may indicate that the feature will be removed in the future.
I.o.w., a deprecated feature still works although programmers should strive to
eventually use alternate programming to be ready for when the feature is removed.
In this case, HR is not deprecated.
What is deprecated is the method by which alignment is obtained,
among other attributes which have been deprecated for the HR tag.
Now, the preferred method to modify a horizontal rule's attribues is with style sheets/CSS.
http://blakems.com/experimental/hr/
offers excellent examples of usage of styles for the horizontal rule.
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
=========================
"Stefan Hoffmann" <> wrote in message news:%...
> hi,
>
> K Viltersten wrote:
>> Huh?! I didn't know that. Are you saying that <hr> is deprecated?
> Yes:
>
> http://www.w3.org/TR/REC-html40/pres...cs.html#h-15.3
>
>
> mfG
> --> stefan <--