setting font size for header and contents?
setting font size for header and contents?

Hello,
Can anyone show me a simple example to set the header font size and the font size for each row in the table please.
I'm tearing my hair out.
Thanks!!!
Jeff Porter
Can anyone show me a simple example to set the header font size and the font size for each row in the table please.
I'm tearing my hair out.
Thanks!!!
Jeff Porter
This discussion has been closed.
Replies
th { font-size: 12px; }
td { font-size: 11px; }
Allan