Text all messed up in IE
Posted: Thu, 2008-05-15 21:56
Hi there! I'm working on a site for a friend, it is working just fine in Firefox but somehow the text is all screwed up in Internet Explorer...
I looked at it in Firebug and can't find what seems to be causing the problem! Any help would be appreciated, this is the site:
http://www.yo-yoga.com/apropos.php
(The text is in french but it shouldn't really matter...) As you will see, fine in FF, broken in IE... 


Guru
Posts: 2277
Joined: 2005-12-14
Location: Victoria British Columbia
Start by getting your html
Posted: Fri, 2008-05-16 00:36
Start by getting your html valid. There is no CSS standard for invalid html, and yours has a lot of errors.
I could change my plea to guilty,
but I don't think it would stick.
Ed Seedhouse
newbie
Posts: 2
Joined: 2008-05-15
Location: Montreal
HTML is all fixed (it passes
Posted: Fri, 2008-05-16 01:15
HTML is all fixed (it passes validation), it was mostly a couple of img or br tags that weren't closed...
Problem is still there though!
Guru
Posts: 2277
Joined: 2005-12-14
Location: Victoria British Columbia
IE has many "white space"
Posted: Fri, 2008-05-16 03:25
IE has many "white space" bugs so try compacting your code to get rid of all the empty lines and comments.
I could change my plea to guilty,
but I don't think it would stick.
Ed Seedhouse