Color <hr>
How do you color an ? I tried but it is not valid see here
I am so close to getting that homepage valid I can taste it. For some reason, I started trying to make valid code. I must be going crazy . I am also trying to get it tabless, just to see if I can.
teammatt3 posted this at 00:40 — 14th April 2006.
He has: 2,102 posts
Joined: Sep 2003
Nevermind, you use css to do it.
hr {
background-color:#dddddd;
color:#dddddd;
height:2px;
border:none;
}
steve40 posted this at 03:19 — 14th April 2006.
He has: 490 posts
Joined: May 2005
Or
teammatt3 posted this at 03:41 — 14th April 2006.
He has: 2,102 posts
Joined: Sep 2003
You also have to have background-color:#666666; because Opera doesn't recognize just "color" for hr.
steve40 posted this at 04:06 — 14th April 2006.
He has: 490 posts
Joined: May 2005
Just add it to the in line style. or any other attribute in that order. That's the way I do it when I only need a hr in one place, and only on one page.
demonhale posted this at 05:42 — 14th April 2006.
He has: 3,278 posts
Joined: May 2005
i was going to say css. but well, I always think css first for styling...
Busy posted this at 10:27 — 14th April 2006.
He has: 6,151 posts
Joined: May 2001
Noooooooo step away from the light
:eek:
Once you have tasted the forbidden apple (validation bug) there is no turning back
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.