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.

All links underlined?

2 posters

Go down

Solved All links underlined?

Post by VNinjaV June 22nd 2011, 10:03 pm

I have a theme installed on my PHPBB2 forum but lots of the links are not underlined is there some code I can copy/paste somewhere so that all links are underlined?
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

Solved Re: All links underlined?

Post by Nera. June 22nd 2011, 10:10 pm

Hi,

Try with this.

Code:

a:link {
    text-decoration: underline !important;
}
a:visited {
    text-decoration: underline !important;
}
a:active {
    text-decoration: underline !important;
}
a.forumlink:link {
    text-decoration: underline !important;
}
a.forumlink {
    text-decoration: underline !important;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: All links underlined?

Post by VNinjaV June 22nd 2011, 10:32 pm

Thanks for the quick response Nera but can you please let me know where I paste this code? Thanks, Ninja
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

Solved Re: All links underlined?

Post by Nera. June 22nd 2011, 10:35 pm

Admin panel >> Display >> Colors >> CSS stylesheet
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: All links underlined?

Post by VNinjaV June 24th 2011, 10:12 pm

You are a star Very Happy

This worked perfectly thank you for your help
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

Solved Re: All links underlined?

Post by Nera. June 24th 2011, 10:13 pm

You welcome.

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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