I have a webpage, not of my own that I use for printing reports, and the font 
is too small. I want to override the CSS that the company uses and replace it 
with my own. Here is the HTML

<TR valign="top">
<td nowrap class="smalltxt">Bandel&nbsp;</td>
<td nowrap class="smalltxt">Gwen&nbsp;</td>
<td nowrap class="smalltxt">7634288652&nbsp;</td>
<td nowrap class="smalltxt">&nbsp;&nbsp;</td>
<td nowrap class="smalltxt">Confirmed&nbsp;</td>
<td nowrap class="smalltxt">&nbsp;&nbsp;</td>
</tr>

When I try to set the text size with this:

    td.smalltxt 
    {
        font-size: 16px;
        font-family: Arial;

    }

It does not change. I can change the color, so it seems that color is not set 
in their stylesheet, but font size is. I also know that you can use !important 
to force, but that doesn't seem to work in this. Can someone show me how they 
would go about forcing the user devine stylesheet to display the way I need it 
to?


Thanks,

Mike

                
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2ยข/min or less.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to