Posts: 1,832
Location: Somewhere else entirely
|
That gives all the tds a background, regardless of the class of table they are in. If you make a .myclass td {} rule then you can get the right result with a myclass table, but still put a table with a different class or no class in the same document without the td class affecting it. (Or with a different td class affecting it, eg you can add a .myclass2{} and a .myclass2 td {} and they won't then clash)
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|