BoulderBum
Programmer
I want to have links in a certain table formatted a specific way. I know I can say:
TABLE TR TD A
{
//formatting
}
Or something for ALL tables, but I was wondering how I would apply it to just a single table. Something like assigning a class to a table where all of the links within the table are formatted in a certain way.
TABLE TR TD A
{
//formatting
}
Or something for ALL tables, but I was wondering how I would apply it to just a single table. Something like assigning a class to a table where all of the links within the table are formatted in a certain way.