James Crispino wrote:

I was wondering if I could set the link attributes separately for links contained within a specific table.

Certainly.  Give your specific table an ID attribute, and then just use:

#tableID a:link {color: myColor;}
#tableID a:visited {color: myOtherColor;}

If that doesn't work for some reason, post the URL to the forum and we can take a closer look to see if something is interfering.

HTH,
--

-Adam Kuehn
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to