Where to edit the CSS to add adsense code ?

Discussion in 'CSS' started by poseidon, Aug 30, 2007.

  1. #1
    On my site http://www.thecredence.com/ I want to add adsense code 468x60 at header in between the searcb box on left and Privacy link on right i.e I want to put adsense code at the center of header but I am not able to understand how to put it.

    No matter what I do, it just not working. I think I have to use float with center options. Can someone help me on this :)

    Cheers
     
    poseidon, Aug 30, 2007 IP
  2. DominoBB

    DominoBB Peon

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Under <div class="header">
    Put this:
    <div style="float:right;margin-right:50px;">ADSENE CODE</div>

    and just play with the margin-right value

    I hope it works.
     
    DominoBB, Aug 30, 2007 IP