PDA

View Full Version : Text Strikethrough?



orcutt989
12-30-2004, 05:39 PM
Why do all of our custom user text's have strike-through lines through them?

{I}{K}{E}
12-30-2004, 05:40 PM
thats a known bug ;)

Its only when you use Firefox. its suppost to be the underline for the username link.

Samurai
12-30-2004, 05:40 PM
you must be using firefox i see

exo_body
12-30-2004, 05:55 PM
is there anyway to fix it, cept having to click the box in options where it disables hyperlinks from being underlined? someone mentioned a way in a topic a while back, but im not sure how to do it...

Snee
12-30-2004, 05:56 PM
thats a known bug ;)

Its only when you use Firefox. its suppost to be the underline for the username link.
Was the same with regular mozilla.

tesco
12-30-2004, 06:00 PM
{I}{K}{E} that's something you could have fixed.
You never found it in the css?

{I}{K}{E}
12-30-2004, 06:01 PM
{I}{K}{E} that's something you could have fixed.
You never found it in the css?

never searched for it :unsure:

tell Brian how 2 fix it ;)

tesco
12-30-2004, 06:08 PM
try adding this to the chromo skin's css file:


/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername {
font-size: 14pt;
text-decoration:none;
}



wait, is it broken on chromo or synapse? i cant even remember. :lol:

{I}{K}{E}
12-30-2004, 07:04 PM
its the chromo skin.

font size doesnt need 2 be changed.

I guess this will be the code then (anyone confirm I'm right ;) )



.bigusername {
text-decoration:none;
}

tesco
12-30-2004, 07:39 PM
its the chromo skin.

font size doesnt need 2 be changed.

I guess this will be the code then (anyone confirm I'm right ;) )



.bigusername {
text-decoration:none;
}

ya that's the part that removes the underline.

the other part makes the username smaller... (if i remember right, it was huge)