How to have links in different colors? - to configure the color of each link on the same page
Would it be possible to configure the color of each link individually on the same page?
Thanks.
Would it be possible to configure the color of each link individually on the same page?
Thanks.
JP Stones posted this at 19:34 — 21st August 1999.
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 posted this at 20:24 — 23rd August 1999.
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
Java Script: A Beginner's Guide
Page Resource
ShortyDCT posted this at 22:15 — 24th August 1999.
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.