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
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
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