How to Adjust Alignment of Site on all Browsers ?

Discussion in 'HTML & Website Design' started by websolutions_777, Apr 18, 2009.

  1. #1
    Hello webmasters,

    I like to know alignment adjustment in all browsers .

    Thanks,

    WS
     
    websolutions_777, Apr 18, 2009 IP
  2. sayzlim

    sayzlim Guest

    Messages:
    62
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Do you mean align to center?

    Usually, you need to wrap your content into a div tag

    <div id="wrapper">
    YOUR CONTENT GOES HERE
    </div>

    style it with CSS

    #wrapper { margin-left: auto;}

    That's how they usually do it...
     
    sayzlim, Apr 18, 2009 IP
  3. websolutions_777

    websolutions_777 Banned

    Messages:
    249
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi there,

    thanks for you reply

    Regards,

    WS
     
    websolutions_777, Apr 20, 2009 IP