Amanda H ... output:
> I have a page set up like a table and some of the cells in the table have
> a
> dark background and some have a white background. I need the links in the
> dark background to be a different color. I'm used to setting link color
> in
> the body tag. What's the best way to have different link colors on
> different parts of the same page?
>
> Thanks for the help. - Amanda
#box:visited { color:#FFFF99 }
#box:active { color:#FFFF99 }
#box:hover { color:#FFFF99 }
#box:link { color:#FFFF99 }
#box:focus { color:#FFFF99 }
<a id="box" href="/dir">alt.html</a>
That is an example for one style. For other styles use other ids with other
css assignments.
--
Jan
http://html.janfaerber.com