Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2047 How do I change the fonts in my table?

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).

Feedback on 'Q2047 How do I change the fonts in my table?'

©2018 Martin Webb