<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Times New Roman, Times, serif">Hi, I have what I'm sure is
a really simple problem...<br>
<br>
I have just installed opencms (6) and am just playing with it to see
what it can do.<br>
<br>
I can get JSP pages to show up and work no problem but I can't get the
body of a simple HTML page to show up.<br>
<br>
I have created a file test.html as a 'page' in opencms, added some text
in the sourcecode editor but when I visit the page after publication
all I see is the HTML at the bottom of this email<br>
<br>
When I click the file and go to "Edit sourcecode" in the workplace I
get:<br>
<P>Some text...</P><br>
<P>Some more...</P><br>
<br>
but as you can see below there is nothing in the body when I visit the
page, just a load of whitespace.<br>
<br>
Anyone have any ideas?  <br>
<br>
Thanks<br>
Angus<br>
</font>
<pre id="line1">


<span class="doctype"><!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"></span>
<<span class="start-tag">html</span>>
<<span class="start-tag">head</span>>
<<span class="start-tag">title</span>>OpenCms - Test title</<span
 class="end-tag">title</span>>
<<span class="start-tag">meta</span><span class="attribute-name"> HTTP-EQUIV</span>=<span
 class="attribute-value">"CONTENT-TYPE" </span><span
 class="attribute-name">CONTENT</span>=<span class="attribute-value">"text/html; CHARSET=ISO-8859-1"</span>>
<<span class="start-tag">meta</span><span class="attribute-name"> name</span>=<span
 class="attribute-value">"description" </span><span
 class="attribute-name">content</span>=<span class="attribute-value">"Test Description"</span>>
<<span class="start-tag">meta</span><span class="attribute-name"> name</span>=<span
 class="attribute-value">"keywords" </span><span class="attribute-name">content</span>=<span
 class="attribute-value">"Test keywords"</span>>

</<span class="end-tag">head</span>>
<<span class="start-tag">body</span>>


</pre>
<pre id="line17">



</<span class="end-tag">body</span>>
</<span class="end-tag">html</span>>



</pre>
<br>
</body>
</html>