I can’t think of a way off hand to switch off the css code halfway through a page. Would it not be easier to put the tables into classes? Have one class that controls the ‘transparent’ tables and have another that controls the coloured tables.
The other way to do it would be to apply a style directly to the table eg
as this will override any style set before it in the page.
January 6th, 2007 at 10:36 am
I can’t think of a way off hand to switch off the css code halfway through a page. Would it not be easier to put the tables into classes? Have one class that controls the ‘transparent’ tables and have another that controls the coloured tables.
The other way to do it would be to apply a style directly to the table eg
as this will override any style set before it in the page.