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.

Remove underlined links?

5 posters

Go down

Remove underlined links? Empty Remove underlined links?

Post by ecosystem January 24th 2010, 2:58 am

Hey guys,

On my site, there are many links that are underlined, when I don't want them to be. Does anyone know how remove the line under these links? It happens on some links, not all.
For example, in the "Latest Topics" widget on my homepage, the names of the topics along with usernames, are underlined. Other links, such as forum links are not underlined. I am not sure why some are/aren't underlined, but I would like to just get rid of it comepletely.

Also, whevever I hover over a link, it becomes underlined. How do I get rid of this as well?

Thanks alot,
eco
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by MrMario January 24th 2010, 4:50 am

Your forums url?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by ecosystem January 24th 2010, 4:55 am

ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by Master Marc January 24th 2010, 5:32 am

This css code should remove all underline in links.

Code:
a:link {
text-decoration: none;
}

Add to your css :

Administration panel=>Display tab=>Pictures and colors=>Colors=>Css=>Add code=>Submit
Master Marc
Master Marc
Hyperactive

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

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by ecosystem January 24th 2010, 7:36 am

Master Marc wrote:This css code should remove all underline in links.

Code:
a:link {
text-decoration: none;
}

Add to your css :

Administration panel=>Display tab=>Pictures and colors=>Colors=>Css=>Add code=>Submit
Didn't work -_-
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by YanOri January 24th 2010, 11:30 am

yes,not working even in my forum
YanOri
YanOri
Forumember

Male Posts : 283
Reputation : 0
Language : English
Location : India

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by kole017 January 24th 2010, 11:49 am

Try this code:
Code:
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
This code will remove the underlined links in posts, etc, but not in the names of forums. You can't remove underlined links in names this way.
I hope you understand my English Mr. Green
kole017
kole017
Forumember

Male Posts : 40
Reputation : 0
Language : Serbian
Location : Serbia, VR

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by YanOri January 24th 2010, 3:18 pm

kole017 wrote:Try this code:
Code:
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
This code will remove the underlined links in posts, etc, but not in the names of forums. You can't remove underlined links in names this way.
I hope you understand my English Mr. Green
no bro these codes not working
YanOri
YanOri
Forumember

Male Posts : 283
Reputation : 0
Language : English
Location : India

Back to top Go down

Remove underlined links? Empty Re: Remove underlined links?

Post by ecosystem January 25th 2010, 3:11 am

kole017 wrote:Try this code:
Code:
a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}
This code will remove the underlined links in posts, etc, but not in the names of forums. You can't remove underlined links in names this way.
I hope you understand my English Mr. Green
This worked to an extent. My main problem is out of the way, but the links still seem to become underlined when hovering over them, even though you gave me a code for it.
Thanks for giving me a head-start.
I don't know why this is different from master marc's code. Maybe it is because I am using Firefox at the moment while yesterday I was using IE?

Please do not lock this yet, thank you.
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Back to top

- Similar topics

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