How to have links in different colors? - to configure the color of each link on the same page

They have: 21 posts

Joined: Jun 1999

Would it be possible to configure the color of each link individually on the same page?

Thanks.

They have: 2,390 posts

Joined: Nov 1998

Sure, just use the font colour tag inside each link.
JP

----------
The Webmaster Promotion and Resource Center.
Visit: http://www.what-next.com

John Pollock's picture

He has: 628 posts

Joined: Mar 1999

Yes, do what JP said- you put the font tag inside the <A></A> tags.

<A HREF="url"><FONT COLOR="color">Text</FONT></A>

----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com

They have: 36 posts

Joined: Jul 1999

of course, if you're like me and like the hover effect (move the mouse over the blue link and it turns a lighter blue.. etc.) then the font tag will override this and will make the link one color permanently. You can use CSS to make tags, such as

<head>
<style type="text/css">
link3 {
color=red
)
</style>
</head>

and use hovering for your links, and then instead of using font to color the link use <span style=link1>link in here</span>

did i do taht code right? haven't worked with that kind of css in a while...

----------
Dan Tucker
[url]http://ctpball.paintballresource.com[/url

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.