HTML Question: Is it possible to go against your CSS on a link?

MacGuru

New member
Absolutely! All you have to do is set the inline "style" tag on your link. It would look something like this:

<a href="mypage.html" style="color: black;">

Hope this helps!
 
In my css my links are set to be white. Whoever there is one link that I would like to be black. Anyway to make the link black? I know I could create a picture and make the picture a link, but I'd prefer not to do that. Thanks =)
Thanks MacGuru! I really appreciate the fast response, after this 4 hr rule I will choose you as best answer :)
 
Absolutely! All you have to do is set the inline "style" tag on your link. It would look something like this:

<a href="mypage.html" style="color: black;">

Hope this helps!
 
Back
Top