PDA

View Full Version : How to put ad beside the logo on this site?



akki.webmaster
Aug 21st, 2009, 05:55 PM
I am trying hard to put Adsense code to appear (468x60) on the left of the header, just adjustcent to the Logo. how can i do that??

Here is my site about How to start a website (http://startwebsite.org)

Please help me resolve this issue. Would you require the header php code for this??

anshu
Nov 25th, 2009, 10:13 PM
Use div tag and set it style with floating options.

example:
<div>
<div style="float:left">"your ads code" </div>
<div style="float:right">"your Header code" </div>
</div>

It will works fine but you need some modification for your needs.

airforce1
Nov 26th, 2009, 11:17 PM
I think it all depends on what technique you used to layout your sites. Usually a nesting DIV tag to hold the new ad image would be enough.

Have a nice day,