Quote:
Originally Posted by cashcannon
quick fix is to put this in your css file:
p {
font-size:12px;
}
all your tekst is in <p> tags
|
Thanks, I never thought of that. But since all the <p> tags are within the <body> tag and the body tag is the one that contains the font-size CSS, I'm puzzled as to why there is a difference between using a <body> tag and using a <p> tag.