Results 1 to 4 of 4

Thread: [2005] Different outputs from IE7 and FireFox

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Posts
    150

    [2005] Different outputs from IE7 and FireFox

    Please create a table and add two columns and centralize the table in the page and add some text like 123 to each column and finally centralize the text in each column too.

    Now compare the output in firefox and IE7


    Don't you notice that firefox displays the table correctly while IE7 doesn't display it correctly ?


    IF that's true , can you confirm and can someone explain what's causing this , this is my html code:

    Code:
    <body  >
        <form id="form1" runat="server">
            &nbsp;<table style="width: 681px" align="center">
                <tr>
                    <td style="width: 100px; text-align: center;">
                        123</td>
                    <td style="width: 100px; text-align: center;">
                        123</td>
                </tr>
            </table>
        </form>
    </body>

    Last edited by bomayed; Jul 7th, 2007 at 03:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width