Click to See Complete Forum and Search --> : Applying color to the <HR> tag


Nulrick
03-03-2006, 10:25 AM
can you apply a specific color to the <HR> tag?

johneva
03-03-2006, 10:32 AM
Yep.


<style type="text/css">
hr {
color: #ff0000
}
</style>


In the head of your doc.

johneva
03-03-2006, 10:34 AM
Place this in your style sheet or in the style section in the HEAD section:

hr {
background-color: #ffffff;
color: #00ffgg;
}



Beat ya!

But yes your right you should also have the background colour on their too.

EDIT
Oh you have deleted it now.

LeeU
03-03-2006, 10:39 AM
You're too quick johneva!

Kravvitz
03-03-2006, 11:29 AM
Styling <hr> (http://www.sovavsiti.cz/css/hr.html)