hi friends,
i want to add ads below left side panel,
after the end of side panel layout. how to do this friends?
hi friends,
i want to add ads below left side panel,
after the end of side panel layout. how to do this friends?
edit your left.tpl file..
hi batu,
can u plz tell me clearly.
if i paste ads code in left.tpl file it is not showing.
i pasted after <div> hook left code </div> ads code here
but ads are displaying at top of right panel.
try right.tpl
google ads code
<div class="right-panel">
{$_HOOK_RIGHT_}
</div>
now ads are displaying at top right panel.
but i need ads below and top of left panel.
My Left.tpl
<div id="left-panel" class="left-panel">
{$_HOOK_LEFT_}
Add Code here
Make sure you clear cache
Did you try removing the closed </div>? Or moving above
google ads code
</div>
<div class="right-panel">
{$_HOOK_RIGHT_}
I wrote a quick post about that: http://wallpaperscript.com/forum/topic/ads-on-the-sides-this-is-how-you-do-it
in left.tpl file
<div id="left-panel" class="left-panel">
{$_HOOK_LEFT_}
</div>
i pasted add code here
but it appears on top of right panel. i want below left panel.
You must log in to post.