Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help styling a table on my site Re: Help styling a table on my site

#72616
theplastickid
Participant
"jamy_za" wrote:
What you can do it give the table and ID.
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.