Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2047 How do I change the fonts in my table?

irt.org | Knowledge Base | HTML | Q2047 [ previous next ]

Q2047 How do I change the fonts in my table?

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?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.