LouisCyphre
Programmer
Hi All,
I'm creating a site in XHTML and CSS. The 'noshade' attribute of the HR element that was present in HTML has been depreciated. So, a hopefully simple question... How do I do the equivalent of HTML's
in XHTML and CSS?
I haven't managed to find the answer on the W3C site, so I'm hoping one of you can help.
I'm creating a site in XHTML and CSS. The 'noshade' attribute of the HR element that was present in HTML has been depreciated. So, a hopefully simple question... How do I do the equivalent of HTML's
Code:
<HR noshade>
I haven't managed to find the answer on the W3C site, so I'm hoping one of you can help.