Simple problem with website NEED HELP

Discussion in 'HTML & Website Design' started by dubs89, Jan 4, 2010.

  1. #1
    Hi,

    If you go to one of the pages on this website I am currently working on in IE everything looks perfect for about 1 second and then it all moves to the left. If you look at it in Firefox it is perfect. I need help correcting this. Thank you SOO MUCH! If you need any more info I will be more than willing to provide it.

    Here is the page: http://healthyinsights.ca/healthy.php

    Here is the HTML (CSS Below)
    Here is the CSS:
     
    dubs89, Jan 4, 2010 IP
  2. abhijit

    abhijit Notable Member

    Messages:
    4,094
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    215
    #2
    fix the table your problem will be resolved.......................................i mean size.................
     
    abhijit, Jan 5, 2010 IP
  3. StoneCS

    StoneCS Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hey there, I'm not a professional coder, but I do edit a lot of resell rights sales letters and have built several squeeze pages and customize WP blogs.

    Have you tried centering the body?

    Just put this code after the </head> tag.

    <div align="center">

    Then close it after the </body> tag with </div>

    Example:

    </head>
    <div align="center">

    <body...
    ...</body>

    </div>
    </html>


    I'm not certain this will work, but it might. Let me know if it does. B)>
     
    StoneCS, Jan 5, 2010 IP
  4. StoneCS

    StoneCS Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeah, that is a bit wide...
     
    StoneCS, Jan 5, 2010 IP
  5. hdewantara

    hdewantara Well-Known Member

    Messages:
    541
    Likes Received:
    47
    Best Answers:
    25
    Trophy Points:
    155
    #5
    Hello,
    I have just 1 error which might be related to IE,
    while browsing your site using FF:
    Error: window.attachEvent is not a function
    Source File: http://healthyinsights.ca/js.js
    Line: 29
    Code (markup):
     
    hdewantara, Jan 8, 2010 IP