Help with color in a table...

They have: 5,633 posts

Joined: Jan 1970

Hey all! Help me here...how do I change the link text inside of a table? Is there any code like this-><FONT COLOR=#RRGGBB></FONT> to change the link color instead of the text. Please help!

------------------
ICQ-54455232
E-mail- [email protected]
http://photolink.hypermart.net/pstuff2/

They have: 222 posts

Joined: Sep 1999

If you mean you want to change the color of links, try this:

code:

<Body Link="#33366" ALink="#33666" VLink="#333666">
[/code]

That will set the color of normal links to #33366, active links to #33666, and visited links to #333666. If you want to add hover to that, you need to use a style sheet.

------------------
Ian
 http://members.antionline.com/cst/ 
John Pollock's picture

He has: 628 posts

Joined: Mar 1999

You can change the color of a single link by using the font tag inside the link tag:

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

I would guess you could change the color of a group of links with a style sheet and <SPAN> or <DIV> sections.

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.