Help Please - My Page won't center in IE - yet works in Firefox

Discussion in 'HTML & Website Design' started by austrainer, Nov 27, 2008.

  1. #1
    Hi

    I have an html page that won't center in IE - yet it looks perfect in Firefox - Can anyone make any suggestions?

    http://dynamiclifetutorials.com is the page

    Thanks
    Scott
     
    austrainer, Nov 27, 2008 IP
  2. Dstanley

    Dstanley Active Member

    Messages:
    368
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #2
    Hello,

    Yes I suggest either getting it re coded or coding it correctly yourself. I f you wish to have it recoded valid and structured correctly for multi browser compatibality I could do it for $35 with a guarenteed 24hour turnaround time.

    Regards,
    dstanley
     
    Dstanley, Nov 27, 2008 IP
  3. myst729

    myst729 Peon

    Messages:
    289
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try get rid of tables, use div+css instead.
    Coding of the index page is horrible, in my opinion :(
     
    myst729, Nov 27, 2008 IP
  4. austrainer

    austrainer Guest

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I received the page from a template - I know its not the cleanest thats for sure - I am not a coder - I just wanted a page with a reasonable layout
     
    austrainer, Nov 27, 2008 IP
  5. belkocrnic

    belkocrnic Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    I think you need to recode without tables and a little better design
     
    belkocrnic, Nov 28, 2008 IP
  6. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #6
    Instead of
    <table align="center" border="0" cellpadding="0" cellspacing="0" width="780">
    
    HTML:
    You may want to use
    <table align="center" border="0" cellpadding="0" cellspacing="0" width="780" style="margin:auto">
    
    HTML:
     
    Bagi Zoltán, Nov 28, 2008 IP