femmefutile
Feb 11 2007, 05:21 PM
Im a newbie to css and stuff and I was wondering what i should put to this code to make it write a double underline when i use the underline tags.
This is the stylesheet:
CODE
u {
font-family: arial;
font-size: 8pt;
color: 304973;
}
Thanks.
freeflow
Feb 11 2007, 05:22 PM
add border-bottom: #px solid ######; before the } . Change #px to the sizepx. Change ###### to the color.
mipadi
Feb 11 2007, 06:49 PM
I'd do this:
CODE
u {
font-family:Arial;
font-size:8pt;
color:#304973;
text-decoration:none; /* Turns off underlining */
border-bottom:Xpx double #304973; /* Adds a double underline */
}
Change
X (in Xpx) to the size of the broder, in pixels.
femmefutile
Feb 14 2007, 12:52 AM
Oh, thanks, both of you guys.
I have another question; how do I make a double strike?
mipadi
Feb 14 2007, 01:45 PM
I don't know of a good way to do a double strike-through.
Azarel
Feb 14 2007, 06:24 PM
^ Actually, I don't think there is a way to have double strike-through. A single line, yes, but not two.
femmefutile
Feb 14 2007, 06:34 PM
Really? I think I saw a double strike in a website somewhere. Well, I was probably just seeing double. lmao
Okay, thanks this can be locked.
mipadi
Feb 14 2007, 07:09 PM
It's probably possible, but just not easy. I'm relatively certain you could come up with some weird hack for it, but there isn't a simple attribute to do it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.