ginostylz
Feb 4th 2005, 10:48 pm
I want to experiment using em
If I set the body {font-size: 80%;} is the same as setting body {font-size: 50%;} which tells me something is wrong.
If I leave the body tag alone alltogether I can set the p tag at 0.8em and it looks great. However everything not in a p tag like text inside tables which stay large.
If I set td or my table to 0.8em, then my p text inhereits the parent text of the 0.8em of the td tag, then gets even smaller.
How can the text in the tables stay the same size whether it is in a table tag or a paragragh tag?
What is an easy/good solution?
Thanks
If I set the body {font-size: 80%;} is the same as setting body {font-size: 50%;} which tells me something is wrong.
If I leave the body tag alone alltogether I can set the p tag at 0.8em and it looks great. However everything not in a p tag like text inside tables which stay large.
If I set td or my table to 0.8em, then my p text inhereits the parent text of the 0.8em of the td tag, then gets even smaller.
How can the text in the tables stay the same size whether it is in a table tag or a paragragh tag?
What is an easy/good solution?
Thanks