The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
links all over the forum page and on each forum?
I mean I don't like underlined links, they are ugly... hehehe... how do I make them not be underlined like you have them here? Thank you
|
|
#2
|
||||
|
||||
|
Put this in your head tag (Be sure you put this in the correct style you want to remove the underline for hyperlinks from).
Code:
<style>
<!--
a {text-decoration:none}
//-->;
</style>
|
|
#3
|
|||
|
|||
|
Thank you so much!!!
|
![]() |
|
|