Home › Forums › CSS › Help styling a table on my site › Re: Help styling a table on my site
March 20, 2010 at 9:51 am
#72616
Participant
"jamy_za" wrote:
What you can do it give the table and ID.
If you change your table to this:
16.10.2009
If you change your table to this:
Code:
16.10.2009
Then you could use css to only select that table by using the selector:
Code:
#dancing td { }
Yeah I know this is possible however, the table is created dynamically I think with the component, I wouldn’t know where to find the HTML file for the table.