Urgent Help needed in aligning a website.

Discussion in 'HTML & Website Design' started by maymur, Sep 19, 2011.

  1. #1
    Can anybody suggest me which parameter should I change for showing my website on the center of the browser (checking the "View Source Page")? My site is aligned left ( ndfbd.com ) . I have used MS Publisher.

    what absolute means here:

    </v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:55; left:180px;top:912px;width:524px;height:84px'>
     
    maymur, Sep 19, 2011 IP
  2. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    You need to modify all "left:xxpx" in <span... left:xxpx...>

    Example:
    <span style='position:absolute;z-index:9;left:0px;top:0px;width:164px;height:104px'>
    to
    <span style='position:absolute;z-index:9;left:100px;top:0px;width:164px;height:104px'>
     
    iwtmmo, Sep 19, 2011 IP
  3. maymur

    maymur Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have changed it but it does not work. I even have changed the absolute to center, it also does not work.

    Can you please tell me which tag is related or responsible to this browser alignment?

    Thanks a lot for the response.
     
    maymur, Sep 19, 2011 IP
  4. pennywise711

    pennywise711 Member

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    just played a bit around with it,

    rewriting the site would be far easier than trying to fixed a problem in a site thats completly wrong written

    got it almost rewritten, if you want the code just let me know
     
    pennywise711, Sep 20, 2011 IP
  5. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #5
    Agree with Pennywise. Do you have any knowledge of coding?
    If you do then try adding a wrapper to the site for the basic centering of that.

    If you want to see how this works let me know and I can help you out.

    cheers,
    T
     
    Toycel, Sep 20, 2011 IP
  6. maymur

    maymur Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thanks buddies. I am up!
     
    maymur, Sep 20, 2011 IP