esahp Posted September 26, 2006 Share Posted September 26, 2006 I can't figure out how to change the font size of the text inside of a table. Tried sticking font tags inside of <table> and </table> and tried an external css style sheet. Neither worked. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 26, 2006 Share Posted September 26, 2006 use css...table { font-size: 0.9em;}or u can specifiy which elements..th { font-size: 1.2em;}td { font-size: 0.8em;} Quote Link to comment Share on other sites More sharing options...
esahp Posted September 26, 2006 Author Share Posted September 26, 2006 That worked, thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.