Link Text Colours

liunx

Guest
Hey,<br />
<br />
Is there anyway that you can make each text link on a page a different colour. At the moment I want white text in one part of my page and black text in another part, however I can only get one colour or the other not both. :confused: Is it possible to have 2 or more different colours? Please Help.<br />
<br />
Also I was wondering how you can make a text link appear without being underlined or is this an image that people use? <br />
<br />
Thanks in advance for your help.<br />
<br />
-turner2000<!--content-->The link below show if not all then most of the things you can use css to change your links <!-- m --><a class="postlink" href="http://www.w3schools.com/css/tryit.asp?filename=trycss_link2">http://www.w3schools.com/css/tryit.asp? ... ycss_link2</a><!-- m --><!--content-->hello turner2000,<br />
<br />
to make the links on your page not underlined, you can either use a CSS or attach a tag to each individual link you don't want underlined..<br />
e.g.<br />
<br />
The tag is <br />
<br />
STYLE="text-decoration: none"<br />
<br />
and an example of how you would include it in a link would be:-<br />
<br />
<A HREF=http://www.htmlforums.com/archive/index.php/"http://Akialoai.tripod.com/aboutme.html" STYLE="text-decoration: none">aboutme</A><br />
<br />
As for changing font color, simply add the font color tag in front of the text you wish you change color, along with its hex value.<br />
<br />
i recommend you check out here (<!-- m --><a class="postlink" href="http://www.htmlgoodies.com/tutors/text.html">http://www.htmlgoodies.com/tutors/text.html</a><!-- m -->) for more information on fonts.<br />
<br />
hope this helps!<br />
<br />
}:-)<!--content-->
 
Back
Top