I have one style sheet for an entire website. I want to include the sheet on all pages, but one page in particular I don't want to have a background color (the background color is set in body tag of css file). If it helps for understanding...the page I am referring to needs to essentially be transparent (except text) because of the background image on the page below.
Is there a way to include a stylesheet, but *exclude* certain tags? I tried adding 'style="background-color: "' to the body tag in hopes it would override the stylesheet, but it didn't work.
Thanks