Hi guys,
So I am trying to get a container to display font in a different color from the .normal class that is always inherited.
no matter what I do it also seems to inhert the darn normal class.
here is what I have
content is based in this
(Had to replace table ros etc with -- for this purpose)
<-->
<-- class="textclass" scope="col" width="100%" align="left" valign="top" id="ContentPane" runat="server">
.textclass{font-family: Tahoma,Verdana, arial !important;font-size:11px;font-weight: normal;color: #000 !important;padding: 10px 10px 10px 10px;}
As you can see I have tried even Important... but after running the IE dev tool bar it still inherying .normal HOW can i have my container use my set class as above?????
Thanks
Brad