How i can mid banner ad in mid ?

Discussion in 'CSS' started by ironmankho, Feb 8, 2009.

  1. #1
    i am running my new site http://www.funmaxtv.com

    i ad new banner

    [​IMG]

    now i want to this mid like this

    [​IMG]

    i have no how i can able to write in CSS
     
    ironmankho, Feb 8, 2009 IP
  2. alex67x

    alex67x Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If I understand correctly what you were saying.. you could do this with <center> tag.

    <center> Google code </center>
     
    alex67x, Feb 8, 2009 IP
  3. My220x

    My220x Member

    Messages:
    624
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #3
    If you do want to do it with CSS then put your google ad in a div like so:

    
    <div class="ad">
    ad code here
    </div>
    
    HTML:
    Then in you CSS put:

    
    div.ad {
    text-align: center;
    }
    
    HTML:
     
    My220x, Feb 8, 2009 IP
  4. ironmankho

    ironmankho Active Member

    Messages:
    393
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Thank you very much for your answer
     
    ironmankho, Feb 8, 2009 IP