I would like to put adsense banner in my header on the right side useing {literal}{/literal} tags.It is a php directory site.I want to put it in my templete header.tpl but i dont know where in the codeing it should go.New to php coding , any advise would be helpful.
just put adsense code right after <body> and surround it with < div id='ads'> < /div >, so you can put some style into your css for right positioning
Like ka4ok85 said, put the code after <body> , here it is a simple code to implement: <div style="text-align:center; padding-right: 20px; padding-top: 10px;">YOUR-adsense-CODE</div> Code (markup): -Alex