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.

Username Underlines

3 posters

Go down

Solved Username Underlines

Post by LSD December 31st 2009, 2:24 am

How do I remove the underlines under usernames that appear in the chatbox and the Who's Online section? My forum is phpbb2.


Last edited by LSD on December 31st 2009, 6:27 am; edited 1 time in total
LSD
LSD
New Member

Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Username Underlines

Post by Master Marc December 31st 2009, 4:50 am

LSD wrote:How do I remove the underlines under usernames that appear in the chatbox and the Who's Online section? My forum is phpbb2.
Add this to your css, Wink

Admin panel=>Display Tab=>Pictures and Colors=>Colors=>CSS=>Add code=>Submit

Code:
a:link {
text-decoration: none;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
Master Marc
Master Marc
Hyperactive

Male Posts : 3661
Reputation : 47
Language : English and Spanish.

Back to top Go down

Solved Re: Username Underlines

Post by LSD December 31st 2009, 6:26 am

Thank you.
LSD
LSD
New Member

Posts : 21
Reputation : 0
Language : English

Back to top Go down

Solved Re: Username Underlines

Post by Sanket December 31st 2009, 6:38 am

Since this thread is marked solved, I will lock this thread.
Username Underlines 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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