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.
Leave a Reply
Hello Fellow Webmasters!
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
REFERRAL TRAFFIC CONTEST! Simply refer visitors to this site using the link given to you at registration. Top referrer wins choice of ANY script here FREE! (ends 08/30)
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.