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. Link to comment https://forums.phpfreaks.com/topic/22074-text-in-table-font-size/ 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;} Link to comment https://forums.phpfreaks.com/topic/22074-text-in-table-font-size/#findComment-98787 Share on other sites More sharing options...
esahp Posted September 26, 2006 Author Share Posted September 26, 2006 That worked, thanks. Link to comment https://forums.phpfreaks.com/topic/22074-text-in-table-font-size/#findComment-99048 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.