Re: [css-d] User Define Stylesheet

2006-05-19 Thread Felix Miata
On 06/05/19 14:07 (GMT-0400) Mike Tuller apparently typed: > 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 > > Bandel  > Gwen  > 7634288652  >    > Co

Re: [css-d] User Define Stylesheet

2006-05-19 Thread Mike Tuller
The selector is located in an external stylesheet, so I figured that what I have set would override what they have. In their external sheet they have: .smalltxt { FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, Sans-Serif; } How can I force it to override what they have? Is it

[css-d] User Define Stylesheet

2006-05-19 Thread Mike Tuller
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 Bandel  Gwen  7634288652     Confirmed     When I try to set the text size with this: td.smalltxt