Hello,

"Andrew Brampton" <[EMAIL PROTECTED]> wrote:

> Are you outputing each row in a table?
> IE won't start displaying the table until the </table> tag, that might be
> causing your problem...

...then, CSS to the rescue... :)

Try this:

  <table style="table-layout:fixed">
    ...
  </table>

HTH,

- E

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to