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.

underlined links

5 posters

Go down

Solved underlined links

Post by AiKirika July 19th 2009, 1:04 pm

how can i make so that when i put a link into a post... that it gets underlined when going over it with the curser? or changes color?


Last edited by AiKirika on July 21st 2009, 2:18 pm; edited 1 time in total
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by LinDsaY__ July 19th 2009, 7:07 pm

I don't know about underline, but about color:

Display - Pictures and Colors - Colors and then 5th box Very Happy
avatar
LinDsaY__
New Member

Posts : 15
Reputation : 0
Language : ~Croatian~

http://www.hopegfx.com

Back to top Go down

Solved Re: underlined links

Post by LinDsaY__ July 19th 2009, 7:08 pm

I don't know about underline, but about color:

Display - Pictures and Colors - Colors and then 5th box Very Happy

EDIT: sorry for double Crying or Very sad
avatar
LinDsaY__
New Member

Posts : 15
Reputation : 0
Language : ~Croatian~

http://www.hopegfx.com

Back to top Go down

Solved Re: underlined links

Post by AiKirika July 19th 2009, 8:28 pm

underlined would be better..
and i also already found the solution you told me...

but if i already colored the the words in the link itself... it wont change color...
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by AiKirika July 20th 2009, 12:56 pm

errrrrm.... no one?
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by Darren1 July 20th 2009, 1:19 pm

Hi,

you can underline a link using the
Code:
[u]insert text/link here[/u]
but otherwise it is not possible - Nor is changing the colours whilst hovering over the link.
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: underlined links

Post by AiKirika July 20th 2009, 1:32 pm

lol... that doesnt help at all XD
as i wanted the text to get underlined when hovering over it
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by Darren1 July 20th 2009, 1:34 pm

AiKirika wrote:lol... that doesnt help at all XD
as i wanted the text to get underlined when hovering over it

I have given you the alternative, as what ur after can not be done (as stated in my above post!)
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: underlined links

Post by ankillien July 20th 2009, 4:20 pm

Give me your forum link and I'll give you the CSS code to do it.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: underlined links

Post by AiKirika July 20th 2009, 11:39 pm

AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by ankillien July 21st 2009, 3:27 am

Add this code to Admin CP > Display > Colors > CSS...

Code:
.postbody .content a:link {
text-decoration : none;
}

.postbody .content a:hover {
text-decoration : underline;
color : COLOR_NAME;
}

replace the COLOR_NAME with your desired color, if you want the color of the link to be changed on mouse hover otherwise remove it.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: underlined links

Post by AiKirika July 21st 2009, 1:37 pm

hey thanks ^^
it works
AiKirika
AiKirika
Forumember

Female Posts : 480
Reputation : 1
Language : english, german

Back to top Go down

Solved Re: underlined links

Post by Jalokim July 21st 2009, 2:47 pm

marked as done
Jalokim
Jalokim
Energetic

Male Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland

Back to top Go down

Back to top

- Similar topics

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