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
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.