I have a design that comes with a CSS style sheet that styles different tables - my problem is that I want to do a table WITHOUT any styling whatsover but whatever I've tried this table keeps picking up its styling from the style sheet.
i tried adding a new table ID in the style sheet which has no styling
table#nostyle{
}
then table id="nostyle"
but that doesn't do anything.
grrrrrrrrrrrrrrr..................
i tried adding a new table ID in the style sheet which has no styling
table#nostyle{
}
then table id="nostyle"
but that doesn't do anything.
grrrrrrrrrrrrrrr..................



Comment