|
You can do that:
that's normal links:
a:link, a:visited{
color: #FFFF00;
}
that's links in table "td"
td a:link, td a:visited {
color: #DD0000;
}
when you've placed that link in invisible table it'll use that instead...
You may also use p, div and some other tags..
|