From chemistry-request@server.ccl.net  Fri Oct 15 01:30:53 1999
Received: from lh2.rdc1.sdca.home.com (ioracle@ha2.rdc1.sdca.home.com [24.0.3.67])
	by server.ccl.net (8.8.7/8.8.7) with ESMTP id BAA24522
	for <chemistry@ccl.net>; Fri, 15 Oct 1999 01:30:53 -0400
Received: from home.com ([24.5.251.87]) by lh2.rdc1.sdca.home.com
          (InterMail v4.01.01.00 201-229-111) with ESMTP
          id <19991015052502.CVEJ5567.lh2.rdc1.sdca.home.com@home.com>;
          Thu, 14 Oct 1999 22:25:02 -0700
Message-ID: <3806BAC0.1BE12348@home.com>
Date: Thu, 14 Oct 1999 22:25:20 -0700
From: "TJ O'Donnell" <tjbear@home.com>
Reply-To: tjo@acm.org
X-Mailer: Mozilla 4.61 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: ccl <chemistry@ccl.net>, lim@deakin.edu.au
Subject: greek letters in html
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


You can use HTML "character entities" such as
&alpha; &beta; &gamma;  and
&Alpha; &Beta; &Gamma;  etc.
Most browsers will render these properly, but it
you may have to use the <FONT> tag as well.
It is possible for users to override any
<FONT> you have specified.  There is no
way to absolutely guarantee the greek letters
(or any character, actually) will be rendered
as you intended it.

As for a reference, I find the O'Reilly books
excellent, for example "Dynamic HTML" by
Danny Goodman has a table of character
entities on page 1018.

Try this link as well.
http://www.w3.org/MarkUp/html3/mathsym.html

TJ O'Donnell
tjo@acm.org

On Fri, 15 Oct 1999, Kieran F Lim (Lim Pak Kwan) wrote:

> How can I put greek letters into a HTML page?
> Can someone please point me to a reference/help site?
