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.

Where to add this code?

3 posters

Go down

In progress Where to add this code?

Post by Pridwyn October 14th 2011, 8:58 am

I have this code I want to add, but I'm honestly not sure how to add it or where. Here's the code:

Code:
<STYLE>
<!--
A:active { color:#D0FF00; text-decoration: none; }
A:hover { color:#787878; text-decoration: none; }
//-->
</STYLE>

Thanks!

P.S: If you want to see where I got the code, I found it here Smile
avatar
Pridwyn
New Member

Posts : 11
Reputation : 1
Language : English

Back to top Go down

In progress Re: Where to add this code?

Post by LGforum October 14th 2011, 7:08 pm

just add the middle bit, this bit:
Code:

A:active { color:#D0FF00; text-decoration: none; }
A:hover { color:#787878; text-decoration: none; }
to your CSS. In Display > Colours > CSS stylesheet.

Do you know what it does though? There's really no need to add it. It changes the colour of your links... which you can just do in the admin panel anyway.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

In progress Re: Where to add this code?

Post by Pridwyn October 15th 2011, 7:00 am

But it also makes sure that there's no underline in links, which really bugs me xD
avatar
Pridwyn
New Member

Posts : 11
Reputation : 1
Language : English

Back to top Go down

In progress Re: Where to add this code?

Post by Base October 15th 2011, 10:24 am

Yep, you're right. It removes the underlines, so is this problem solved? Very Happy
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Where to add this code?

Post by LGforum October 15th 2011, 2:37 pm

you can just use: a { text-decoration: none; }
then if that is your goal.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Back to top


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