D
david
Wow did I get the font size to change using CSS?
The style changes. The color changes. But no matter what I use for font size, it remains the same size.
I have tried 10pt, 10px, 2, small and the font always remains, at what appears to be 12pt.
Here is the code from the CSS:
body { color: #404040; font-size: 10px; font-family:
'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }
Thanks
David
The style changes. The color changes. But no matter what I use for font size, it remains the same size.
I have tried 10pt, 10px, 2, small and the font always remains, at what appears to be 12pt.
Here is the code from the CSS:
body { color: #404040; font-size: 10px; font-family:
'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }
Thanks
David