Quote:
Originally Posted by Greenguy
Won't putting that base.css on the pages screw up my existing (basic) HTML?
Meaning, it's got this in there:
Code:
td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}
Won't that mess up all my existing tables?
|
Not really sure, does it work without it ?
But you can apply separate classes to different tables if yes.
I would take out any unnecessary css styles checking one by one each time if it works or not ( disable chrome cache pages for very often checking for changes )