How do I select a smaller font for a table on a web page in PHP. I have a site (localhost currently) that displays records of a logbook and I have limited the output to 20 rows per page but the font is standard. How do I make the font in the table smaller so that I can get 25 lines onto the screen without having to scroll.
Thanks