[thelist] fixed size fonts

Simon Coggins ppxsjc1 at unix.ccc.nottingham.ac.uk
Wed Feb 28 12:06:54 CST 2001


> > I need to use a fixed size font for a section of my website.  Does anyone
> > have any suggestions for a fixed size font that can be used cross
> > platform/browser.  If not, are there html tags for specifing a fixed font?

Do you mean fixed width font as in each letter takes up the same amount of
horizontal space?

If so try <code></code> or <tt></tt> tags, or in CSS:

font-family: "Courier New",Courier,monospace;

Simon







More information about the thelist mailing list