PDA

View Full Version : underline vs. no underline


rrudeboy
07-06-2009, 08:42 PM
when i look in my postbit_legacy i see all members' name are displayed with class 'bigusername' which i set to text-decoration: none, yet certain members do have an underlined username, how's this possible ?

more important, how do i get rid of the underline..

tks.

(link in my sig)

ranz
07-07-2009, 12:16 AM
in the Styles & Templates - Main CSS in the AdminCP

find the appropriate Customised Style heading, then you need to look for the three boxes Normal Link CSS, Visited Link CSS, Hover Link CSS - and Text Decoration set it to none if you dont want underline links.

I would recommend against not underlining links - as to me this is a "standard" which most people are used to.

rrudeboy
07-07-2009, 12:10 PM
as i mentioned, it works except on certain usernames..

Dismounted
07-07-2009, 12:20 PM
Usergroup HTML Markup, maybe?

rrudeboy
07-07-2009, 12:36 PM
Usergroup HTML Markup, maybe?

hmz, have not messed with that... but i'll check it out.

tks.

--------------- Added 1246975427 at 1246975427 ---------------

weird... if i set it to bold it works, if i change it to none it does not have any effect..

NJAquaman
07-07-2009, 09:59 PM
more important, how do i get rid of the underline..

tks.

(link in my sig)

you can put this code in the the header_include


<style type="text/css">
<!--
A { text-decoration:none }
-->
</style>

Gets rid of all underlines in the site


hope this helps