On Sun, 2005-10-16 at 10:43 +1300, Donald Rogers wrote: > Christian Lohmaier wrote: > > >>Why is it that no.openoffice.org display fine in all browsers, but > >>eo.openoffice.org displays okay in Firefox etc but in IE the left hand > >>menu items don't display correctly and as you mouse over it some items > >>appear or disappear? As far as I can see the code for the left hand menu > >>on the two sites are equivalent. > >> > >> > > and a browser bug: > > > > > >validator.w3c.org shows 4 (minor) Errors for no.ooo, but 13 for eo.ooo > > > >I don't have IE, so I cannot reproduce and did not look further into > >it... > > > > > > > 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? >
Try exchanging the /> in the line preceding the mentioned above that starts <img with >. -- PLEASE KEEP MESSAGES ON THE LIST. OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
