Override a Css Class

xondokan

New member
Joined
Jun 3, 2004
Messages
1
Programming Experience
1-3
Hi

I had build a new control (not ascx... just plain vb) wich contains several table and cell controls inside... it works just fine if the css base classes for TABLE and TD of the page where the control is placed don't interfer with my control tables and cells.

Now... i was wondering if there is a way of eliminating the effect of the page CSS base classes (TABLE and TD) on my control...!!!

Sorry for my bad english...
;]
 
The only thing that will override the css is if the formatting is placed directly in the html line.
 
Back
Top