![]() |
CSS help
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.................. |
Do you have an IM? I may be able to help. Sounds pretty quick.
|
You have to explicitly reset (override) all styles there. E.g.:
table#nostyle { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; } |
Try this: http://snipplr.com/view/7438/
|
you will also have to set the td, tr, dd, etc styles
the stylesheet probably has a default table,td,tr {} setting thats why its taking the values from there. |
Quote:
|
Voodoo helped me - awesome guy :thumbsup
|
That he is! Quicker than me too ;) THATS WHAT SHE SAID!
what.. what!? |
Quote:
|
Quote:
table { whatever here } thats the problem with these template sites, most of them have big time amateur errors like this, make working with them a real pain |
All times are GMT -7. The time now is 07:08 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123