Reducing font-size

liunx

Guest
Hello,

I am currently running <!-- m --><a class="postlink" href="http://www.robdougan.net">http://www.robdougan.net</a><!-- m --> and using CSS but I want to reduce the size of the text. Ive tried using xx-small and even 8px; but nothing is reducing the text. Can anyone help?


Thanks.Your table layout may be getting you. You're setting BODY text size but the table cell text may not be inheriting it. Try a td { font-size: x-small; } and see then fine tune it from there if need be.two things:

1) It's probably a thing to do with way you're selecting the object to be downsized. You could also use percentages and go down as low as 1px.

2) make those headers shorter, it kinda kills the effect (veiwing in mozilla)You coud try using percentages to define the sizes.
 
Back
Top