[CS-FSLUG] html fine in Linux, but one word per line in "Internet Explorer"

Davo Smith christiansource at davosmith.co.uk
Tue Sep 25 02:28:37 CDT 2012


You have an unterminated SPAN element in the 'header' div:

<DIV TYPE=HEADER>
	<P STYLE="margin-right: 0.25in; margin-bottom: 0.06in"><SPAN
ID="Frame1" DIR="LTR" STYLE="position: absolute; top: 0in; left: 0in;
width: 0.26in; height: 0.15in; border: none; padding: 0in; background:
#ffffff">                         <SDFIELD TYPE=DATETIME
SDNUM="1033;1033;MM\/DD\/YY">07/09/11</SDFIELD></P>
</DIV>

i.e.
Start DIV
Start P
Start SPAN - no end SPAN ( </SPAN> )
Start + End SDFIELD
End P
End DIV

I'm not sure whether the  </SPAN> is supposed to be before or after
the <SDFIELD> section, but it certainly needs to close before the </P>
tag.

Firefox + Konqueror have managed to take a best-guess and display it
as intended, IE is displaying it a bit more literally than the others.

Davo

On Tue, Sep 25, 2012 at 7:26 AM,  <davidm at hisfeet.net> wrote:
> I edited an html file in Linux, and it show just fine Firefox, or in
> Konqueror.  But in Windows using Internet explorer it comes out showing
> only one word per lione.  Makes iot almost impossible to read.  What can I
> do?
>
> Hope spomeone can help me with this, I've just sent a letter using some
> links to the affected file, but I can't see anything wrong with the
> "source" reading.  The file is:http://www.hisfeet.net/debt.html
>
> Dave McMullen
>
>
>
> _______________________________________________
> ChristianSource FSLUG mailing list
> Christiansource at ofb.biz
> http://cs.uninetsolutions.com




More information about the Christiansource mailing list