• My site content displays properly in Chrome, Firefox and Safari but in Internet Explorer some strange things happen…

    I have the following code:

    <table border="0" cellpadding="0" cellspacing="0" width="600">
    <tr>
    <td>Hello everybody how are you</td>
    </tr>
    </table>

    Internet Explorer displays one word per line, like this:

    Hello
    everybody
    how
    are
    you

    All other browsers display text normally and move it to the next line after 600px, which is obvious.

    Why is it so with IE?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Strange Internet Explorer behavior, bug’ is closed to new replies.