how to CENTER this

Discussion in 'PHP' started by martinvidic, Mar 4, 2008.

  1. #1
    Hi everybody.

    I was trying to center this php script.
    Now it's 4 percent from the left margin, but i want it to be centered.

    Can anybody help me fix this.

    <TITLE>[CATEGORY_NAME] - [CATEGORY_TITLE]</TITLE>
    <META NAME="description" CONTENT="[CATEGORY_DESCRIPTION]">
    <META NAME="keywords" CONTENT="[CATEGORY_DESCRIPTION]">
    <STYLE>
    [COLOR="Red"]BODY {margin: 2% 4%}[/COLOR]
    Code (markup):
    Thanx 4 help
    mavi
     
    martinvidic, Mar 4, 2008 IP
  2. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #2
    body
    {
    margin: 0 auto;
    }
     
    bartolay13, Mar 4, 2008 IP
  3. decepti0n

    decepti0n Peon

    Messages:
    519
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Also give it a width ^^
     
    decepti0n, Mar 4, 2008 IP
  4. martinvidic

    martinvidic Guest

    Messages:
    182
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanx...
    That was simple...
    And it works :)
     
    martinvidic, Mar 4, 2008 IP