Question:

Whats the code for changing color of the link!? thnx

by Guest21469  |  earlier

0 LIKES UnLike

Whats the code for changing color of the link!? thnx

 Tags:

   Report

2 ANSWERS


  1. Never use font tags and they would not go on the outside of the link tags anyway.

    Use this and change attributes as needed:

    <a style="color: #000; background: #fff; font-size: 1.2em; font-family: verdana;" href="URL Link Path" title="Mouseover Link Discription">Text Description</a>

    If you need to do this for more than 1 link, I recommend styling the link tags using CSS and/or set up a class for them.

    Ron


  2. Simple:

    <font color="color"><a href="websiteurl">text</a></font>

    Edit: Well that's not cool! Why would someone put a thumbs down on this answer? I mean, doing the above code DOES change the link color, does it not?

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.