You are here: irt.org | FAQ | HTML | Q2047 [ previous next ]
With Netscape and Microsoft browsers you have to change the font of each individual table cell. In other words you need to include a new pair of <FONT> tags each time you start a new <TD>.
Waldek Pietruszka writes:
Internet Explorer (5.0 or higher) supports CSS, so one can define
<style type="text/css"> table { font-family : Arial ; } </style>
This will affect the entire table (unfortunately, Netscape seems not to support this and many other CSS styles).