valign google ad

Discussion in 'CSS' started by dalv, Jun 5, 2006.

  1. #1
    How can I valign the google ad? Right now I am using:

    #google {
    height: 50px;
    border-bottom: 1px dotted #bbb;
    text-align:right;
    vertical-align: middle;
    }

    but it still appears on top.

    Thanks!
     
    dalv, Jun 5, 2006 IP
  2. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #2
    if you want to center it just use <div style="text-align: center;">google code</div> :D

    in your css : text-align: center;
     
    iatbm, Jun 5, 2006 IP
  3. dalv

    dalv Well-Known Member

    Messages:
    130
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #3
    Thanks. No, what I need to do is have a Google text ad aligned on the right side of an image (just like your picture and user name above)

    Right now the ad appears aligned on the right top side of the image, not in the middle, so there is a lot of white space below it...
     
    dalv, Jun 5, 2006 IP
  4. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #4
    for that you make div for picture like that
    <div style="float: left;"><img src="http://picture"></div>and then your ad code !!!
     
    iatbm, Jun 5, 2006 IP
  5. dalv

    dalv Well-Known Member

    Messages:
    130
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #5
    Hm...no, does not work...
     
    dalv, Jun 5, 2006 IP
  6. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #6
    <div style="float: left;"><img src="path_to_your_image"></div>
    <script type="text/javascript"><!--
    google_ad_client = "XXXXXXXXXXXX";
    ...................
    .............................


    This works 100% !!
     
    iatbm, Jun 5, 2006 IP
  7. dalv

    dalv Well-Known Member

    Messages:
    130
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    123
    #7
    Hey thanks, iatbm !

    padding-top: 20px; did the trick!
     
    dalv, Jun 5, 2006 IP
  8. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #8
    great hehe ;) I sent you another pm :)
     
    iatbm, Jun 5, 2006 IP