My salespage looks like crap in internet explorer... please help!

3 replies
  • WEB DESIGN
  • |
I just spent hours creating and tweaking my salespage to perfection

It looks perfect in firefox but is totally screwed up in internet explorer and is off center in google chrome.

I am good with HTML and have ran into this issue several times with other salespages and have been able to fix it without a problem after a few hrs of tweaking. However, I cannot figure this one out for the life of me and it's driving me nuts!

Can somebody please help?

Here's the link to the salespage: How to Get Over Your Ex

I've looked at in the main editor and the source code and can't seem to find the problem. If someone can find whatever piece of code is causing this, you will be a lifesaver!

Kevin
#chopped #chrome #firefox #google #offcenter #perfect #salespage
  • Profile picture of the author webpeon
    its been a long time sice i used a table for layout purposes so i cant quite remember if this works for tables or not... try changing this css...

    tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    }

    to this

    tbody {
    display: table-row-group;
    margin-left: auto;
    margin-right:auto;
    border-color: inherit;
    }


    if it doesnt work you could always put the table inside a div and centre the div using the margin-left/right css code above
    Signature
    Web 2 Mobile
    The Future of The Web
    {{ DiscussionBoard.errors[5584822].message }}
  • Profile picture of the author KevinK3
    i searched for that exact code you pasted and did not find it anywhere using the ctrl+f feature. i proceeded to look for something similar manually and did not find it.

    i have an older version of this salespage up on my site and it looks perfectly fine in all browsers. not sure why my most recent update is off.

    here's the existing one that works fine: How to Get Over Your Ex
    {{ DiscussionBoard.errors[5588814].message }}
  • Profile picture of the author gaptruck
    Firebug shows a missing <center> and </center tags> around your main table (the one that is 922 wide)
    {{ DiscussionBoard.errors[5589339].message }}

Trending Topics