This topic is locked

Serrious display problem in MS IE

11/29/2005 7:09:54 AM
PHPRunner General questions
scuba author

I've modified some php-code to make certain fields appear in colors. Works fine in Firefox but MS-IE totaly confuses about everything on list.php
Firefox-view (how it should be!!)


MS-Internet Explorer view (completly fucked up!!)


any ideas why that happens? thanks for replies in advance

Sergey Kornilov admin 11/29/2005

Did the List page work fine before you modified it ?

scuba author 11/29/2005

Yes, works fine without the colored backgrounds. IE seems to overjump all further colums as soon as it hits the color-mod code.

Sergey Kornilov admin 11/29/2005

It looks like you have unclosed quote or tag in HTML code.
You should inspect your modifications to find the error.

scuba author 11/29/2005

shame on me - you are right, sorry to waste your time for such a stupid mistake <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=6902&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' />

I had an open quote in this line and all its duplicates:
echo 'bgcolor=#FF5353 " ';
i hide <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=6902&image=2&table=forumreplies' class='bbc_emoticon' alt=':ph34r:' />