<hr> in style.css

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jennie

<hr> in style.css

Post by jennie »

I try to modify the look of the horizontal rule by modify code

HR {
color: #66CC66;
height: 1px solid;
}

in the file: style.css.

But, nothing changed in the guest book.

Would you please tell me how to modify color and the height of the horizontal rule? :?:
Guest

Post by Guest »

you did it correctly, it very much depends on which browser you use, it does nothing with firefox and as far as i can remember, also does nothing with netscape or opera (only IE).

But i must reinstall all my browsers to double check.

but to change the color and height,

HR {
color: #66CC66;
height: 1px solid;
}

HR {
color: #336699;
height: 5px solid;
}

i just checked, it should alter the height with other browsers but not the color
jennie

Post by jennie »

Thank you very much. :P
Post Reply