Text all messed up in IE

SilverTab
avatar
rank newbie

newbie


Posts: 2
Joined: 2008-05-15
Location: Montreal

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... Puzzled

Ed Seedhouse
Ed Seedhouse's picture
rank Guru

Guru


Posts: 2277
Joined: 2005-12-14
Location: Victoria British Columbia

Start by getting your html

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

SilverTab
SilverTab's picture
rank newbie

newbie


Posts: 2
Joined: 2008-05-15
Location: Montreal

HTML is all fixed (it passes

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! Sad

Ed Seedhouse
Ed Seedhouse's picture
rank Guru

Guru


Posts: 2277
Joined: 2005-12-14
Location: Victoria British Columbia

IE has many "white space"

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