Please help me on this alignment issue

Discussion in 'HTML & Website Design' started by meet6669, Aug 12, 2007.

  1. #1
    I know bits and pieces of web designing and I have a 14 inch monitor in which i tests my web pages. But when i load the pages in a larger monitor then i see the whole content of the page aligned to the left side which i want to see aligned in the centre. For example, the site godaddy.com when loaded in a big monitor aligns perfectly in the center and this what exactly I am looking for. Please give me the code and a detailed instructions on where the code needs to be inserted. I have posted this in other forums but received only vague instructions. I would really appreciate any help
     
    meet6669, Aug 12, 2007 IP
  2. b.a

    b.a Peon

    Messages:
    50
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    if you post some piece of code from your site, we can help you quickly.
    If your site uses Tables for layout structure, try allign="center" to your main table <tabble align="center">
    If you use DIVs, try this to your wrapper div <div style="position: relative; margin: auto;">
     
    b.a, Aug 12, 2007 IP