quote:
Originally posted by raceprouk
quote:
Originally posted by -dt-
dont use the html way add a class if you need to single out links like
code:
class a:link{
color:blue;
}
Don't you mean
code:
a.class:link{
color:blue;
}
?
yeh thats right
the first way is like if you need a link inside a table or something
e.g table a:link makes all links inside tables the specified color