Click to See Complete Forum and Search --> : hr width isnt valid?


lahmayes
05-13-2004, 11:02 AM
does anyone know anything about the hr width attribute? Is there a way to make an hr and set it's width so that it validates? you can check out the problem at:

http://validator.w3.org/check?uri=http%3A%2F%2Fmilk-soap.com%2F&verbose=0

thanks!

~Hal

Robert Wellock
05-13-2004, 11:06 AM
<style type="text/css">
<!--
hr{width:80%;}
-->
</style>

lahmayes
05-13-2004, 11:17 AM
thanks... should have thought of that.