The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

As I remove the underlines on "who is online" ?

2 posters

Go down

Solved As I remove the underlines on "who is online" ?

Post by David2011 January 4th 2011, 8:36 pm

As I remove the underlines on "who is online"

As I remove the underlines on "who is online" ? Qeenl



Last edited by iorio on January 4th 2011, 9:18 pm; edited 1 time in total
avatar
David2011
Forumember

Male Posts : 127
Reputation : 0
Language : Español - English
Location : Argentina

Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by panterua January 4th 2011, 9:01 pm

The same thing happens in the other topic. in this version of phpbb not identify many things in the codes (with class or id). Try adding this code css:
tr td.row1 a:link, tr td.row1 a:hover {text-decoration:none !important;}
to remove the underline with or without mouseover
grettings
panterua
panterua
Forumember

Male Posts : 90
Reputation : 110
Language : Spanish, English
Location : Uruguay

http://mudreadlocks.superforo.net/u8

Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by David2011 January 4th 2011, 9:10 pm

EDIT: Remove any lines and not others.


Last edited by iorio on January 4th 2011, 9:14 pm; edited 1 time in total
avatar
David2011
Forumember

Male Posts : 127
Reputation : 0
Language : Español - English
Location : Argentina

Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by Guest January 4th 2011, 9:12 pm

add this to your CSS:
Code:

a:link {text-decoration:none !important;}
a:hover {text-decoration:none !important;}
avatar
Guest
Guest


Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by David2011 January 4th 2011, 9:13 pm

As I remove the underlines on "who is online" ? 69603045
avatar
David2011
Forumember

Male Posts : 127
Reputation : 0
Language : Español - English
Location : Argentina

Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by Guest January 4th 2011, 9:14 pm

Replace the above code with this:
Code:
a:link, a:active, a:visited {text-decoration:none !important;}
a:hover {text-decoration:none !important;}
avatar
Guest
Guest


Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by David2011 January 4th 2011, 9:16 pm

Gangstar15 wrote:Replace the above code with this:
Code:
a:link, a:active, a:visited {text-decoration:none !important;}
a:hover {text-decoration:none !important;}

Perfect!
Thank you all!
avatar
David2011
Forumember

Male Posts : 127
Reputation : 0
Language : Español - English
Location : Argentina

Back to top Go down

Solved Re: As I remove the underlines on "who is online" ?

Post by Guest January 4th 2011, 9:23 pm

Welcome (:
Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum