How to remove the lines from your name in the chatbox?
4 posters
Page 1 of 1
How to remove the lines from your name in the chatbox?
Title says it all. What's the CSS code that removes the lines under your name in the chatbox?
Last edited by Bingoo on July 5th 2012, 10:40 pm; edited 1 time in total
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Re: How to remove the lines from your name in the chatbox?
Pretty sure it'll be:
- Code:
#chatbox a {
text-decoration: none !important;
}
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: How to remove the lines from your name in the chatbox?
Hi,
If that doesn't work: try this code: (to remove all underline from all links).
If that doesn't work: try this code: (to remove all underline from all links).
- Code:
a:hover{
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
Re: How to remove the lines from your name in the chatbox?
Thanks you guys!
Bingoo- Forumember
- Posts : 134
Reputation : 7
Language : English, Spanish
Re: How to remove the lines from your name in the chatbox?
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» Black Lines under Usernames in ChatBox?
» Space catogories and remove lines
» how to make body lines of the chatbox to phpBB2?
» How do i remove the away, logout, and other functions in the chatbox?
» Help about chatbox can i remove online ?
» Space catogories and remove lines
» how to make body lines of the chatbox to phpBB2?
» How do i remove the away, logout, and other functions in the chatbox?
» Help about chatbox can i remove online ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum