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.

Can't get underlines to work on links in posts

2 posters

Go down

Solved Can't get underlines to work on links in posts

Post by Bloggs October 7th 2009, 3:52 am

I'm old fashioned Wink and am trying to get links in the text of my forum posts to be underlined. I have added to my CSS tab the following tetx:

a:link {color : #a30016; text-decoration: underline;}
a:visited {color : #a30016; text-decoration: underline;}

but only the category links on the home page display with an underline, the links in the posts do not.

Does anybody have any tips about how to get the links in my post texts to display the underline.

I'm using phpbb2, default style.
avatar
Bloggs
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Can't get underlines to work on links in posts

Post by ankillien October 7th 2009, 8:32 am

Hello,

You can use this code.
Add it to Admin CP > Display > Colors > CSS

Code:
.post a {
text-decoration : underline;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Can't get underlines to work on links in posts

Post by Bloggs October 7th 2009, 5:14 pm

Thanks Anikillien. It initially didn't work but I changed your "a" to "a:link" and I now have underlines under my links in posts. salut
avatar
Bloggs
New Member

Posts : 4
Reputation : 0
Language : English

Back to top Go down

Solved Re: Can't get underlines to work on links in posts

Post by ankillien October 8th 2009, 3:49 am

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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