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.

Colour of links in posts

2 posters

Go down

Colour of links in posts Empty Colour of links in posts

Post by Lupercal June 11th 2010, 10:01 am

Hey guys,

Is there any way to change the colour of links that are in a post but not change the colour of all of other links on the forum?

There seems to be only one option to change link colour and it does them all.

My forum is phpBB3.

Thanks,
Pete
Lupercal
Lupercal
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : N.Ireland

http://lose-a-point-anyway.rpg-board.net/index.htm

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by Guest June 11th 2010, 4:04 pm

I don't know if you can use this code in the post area Smile

<body link="blue" alink="blue" vlink="violet">

Link = link xD

alink = active link

vlink = visited link

:=)
avatar
Guest
Guest


Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by boffer10 June 11th 2010, 4:43 pm

I added this to the bottom of my CSS. It doesn't address visited links.

Code:
.postbody .content a {
color : #7B1717;
text-decoration: underline;
}
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by Lupercal June 11th 2010, 5:24 pm

Thanks for the replies guys.

Gangstar15 wrote:I don't know if you can use this code in the post area Smile

<body link="blue" alink="blue" vlink="violet">

Link = link xD

alink = active link

vlink = visited link

:=)
I'm a bit of a novice when it comes to code. Can you tell me exactly what I should do with this and I'll give it a try?

Thanks,
Pete
Lupercal
Lupercal
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : N.Ireland

http://lose-a-point-anyway.rpg-board.net/index.htm

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by Guest June 11th 2010, 5:32 pm

you want to post a post just to the code in there

<body link="blue" alink="blue" vlink="violet">

. If it doesn't works so try Boffer's code .
.postbody .content a {
color : #7B1717;
text-decoration: underline;
}

Go to ACP - display - colors - CSS Stylesheet and find the code and change the color to what you want (e.g white color #FFFFFF )
avatar
Guest
Guest


Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by boffer10 June 11th 2010, 5:45 pm

acp/display/pictures and colors/colors/css stylesheet

add to css:
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by boffer10 June 11th 2010, 5:48 pm

spoiler not working?

Colour of links in posts Css10




Spoiler:
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by Lupercal June 11th 2010, 5:50 pm

Thanks.

Great help.
Lupercal
Lupercal
New Member

Male Posts : 7
Reputation : 0
Language : English
Location : N.Ireland

http://lose-a-point-anyway.rpg-board.net/index.htm

Back to top Go down

Colour of links in posts Empty Re: Colour of links in posts

Post by Guest June 11th 2010, 5:57 pm

boffer10 wrote:spoiler not working?

Colour of links in posts Css10




Spoiler:

Sad at me too the spoiler don't works
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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