J
Joshua Beall
I am trying to make all the text on some of my pages smaller using CSS.
What I did was put an inline style setting in the <BODY> tag, as follows:
<body STYLE="font-family: Arial, Helvetica, Sans Serif; font-size:
smaller">
Now, the "font-family" portion works just fine; all my text is Arial,
instead of my system default (Times New Roman). However, no matter what I
set "font-size" to, the font size is unaffected. I have tried smaller,
small, x-small, and xx-smaller. Nothing works.
Obviously I am not doing something right. Can someone enlighten me?
-Josh
What I did was put an inline style setting in the <BODY> tag, as follows:
<body STYLE="font-family: Arial, Helvetica, Sans Serif; font-size:
smaller">
Now, the "font-family" portion works just fine; all my text is Arial,
instead of my system default (Times New Roman). However, no matter what I
set "font-size" to, the font size is unaffected. I have tried smaller,
small, x-small, and xx-smaller. Nothing works.
Obviously I am not doing something right. Can someone enlighten me?
-Josh