Kay Schenk wrote:
Donald--
[ snipped ]
It is apparently not the left hand menu which is causing the problem.
My code for our index.html page also checks out okay for syntax, but
when it is served up to the viewer there is a problem where it
includes my code.
Error /Line 297 column 9/: document type does not allow element "h2"
here;
<div class="h3" id="longdescription">
<h3>Description</h3>
*<p>*
<img alt="OpenOffice.org Esperanto" src="ooeologo5.png"
height="131" width="418" />
<h2>Bonvenon al OpenOffice.org en Esperanto -- OOo:eo</h2>
<p style="background-color:lightgreen; margin:2em
20%;"><strong>Resumo:</strong> OpenOffice.org jam
disponeblas en multaj lingvoj, sed ankoraĆ ne en Esperanto. Ni esperas
eldoni tion en 2005. Vi povas helpi -- vidu la ligilojn
maldekstre.</p>
My stuff starts at the <img. That <p> just before it is the problem.
The closing </p> occurs after the included code and all the errors
reported by the syntax checker result from that.
What can be done about it?
fix IE ?
I don't have too much experience with publishing sourcecast, but...
maybe the eo page could close the <p> after the img tag? my experience
is that the collabnet software (SourceCast) only eats 'xhtml' well (that
is that all tags should be closed). Else SC tries to do this for you
(not based on any (x)html DTD, therefore generating a closing tag where
it shouldn't). Thus make sure you close all paragraphs well:
<h3>Description</h3>
*<p>*
<img alt="OpenOffice.org Esperanto" src="ooeologo5.png" height="131"
width="418" />
*</p>*
<h2...
and maybe that does it?
g.,
Maarten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]