Text Strikethrough?
(Click here to view the original thread with full colors/images)Posted by: orcutt989
Why do all of our custom user text's have strike-through lines through them?
Posted by: {I}{K}{E}
thats a known bug ;)
Its only when you use Firefox. its suppost to be the underline for the username link.
Posted by: Samurai
you must be using firefox i see
Posted by: exo_body
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...
Posted by: Snee
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.
Posted by: tesco
{I}{K}{E} that's something you could have fixed.
You never found it in the css?
Posted by: {I}{K}{E}
{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 ;)
Posted by: tesco
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:
Posted by: {I}{K}{E}
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;
}
Posted by: tesco
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)
