Re: Newbie just getting his feet wet...

Paul;

In your doc:
----
<!DOCTYPE HTML PUBLIC ...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<html>

<body>

</body>

</html>
---

you might want to re-order things:

----
<!DOCTYPE HTML PUBLIC ...
<html>

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>

<body>

</body>

</html>
---

Received on Thursday, 14 February 2002 15:48:13 UTC