BeTheBall -> Links within a table (1/10/2007 17:24:12)
I want to provide unique colors for all links within just one table. The table has an id of "ts". What is the syntax to style the links within the table? I swear I can never get this right. I thought it was like this:
a:link#ts{color:#990000;}
but obviously I am mistaken.
sticks464 -> RE: Links within a table (1/10/2007 17:33:49)
From this
quote:
a:link#ts{color:#990000;}
To this
quote:
#ts a{color:#990000;}
BeTheBall -> RE: Links within a table (1/10/2007 17:37:40)
Thank you. You just saved me $30 worth of Excedrin.