00:00
00:00
Newgrounds Background Image Theme

Refuce just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Css/html Question

727 Views | 1 Reply
New Topic Respond to this Topic

Css/html Question 2008-04-18 14:01:44


Hey everyone,

I don't know why this is causig me so much hassle but I just can't seem to recall the fix to it. My problem is essentially that the 'link style' keeps taking over my formatting. For example, I'm trying to use a green font color, but once the link is applied there is no escaping the standard 'link blue' color or the link color style set at the time.

So, refresh my memory; How do I set different links to have different font colors!?
Either I'm losing the plot or something is wrong, but I can't seem to change the colour once the link is applied. No matter which color or style I try to apply to the text, it sticks to the 'blue link' color or the generic color for all links. I'm looking to keep the formatting in tact and have text retain the color I'm after, even with a link attached.

Looking forward to getting that 'Damnit, of course..." feeling.


BBS Signature

Response to Css/html Question 2008-04-18 14:05:24


a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

|| Portfolio || Facebook || Twitter ||

BBS Signature