Current time: 05-17-2012, 05:35 PM Hello There, Guest! (LoginRegister)
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to place Ads on left margin?
01-01-2011, 04:39 AM
Post: #1
How to place Ads on left margin?
Hi,
I tried to place ads on left margin but unsuccessfull.Appreciate anyone can help.
Thanks.
Find all posts by this user
Quote this message in a reply
01-01-2011, 08:21 AM
Post: #2
RE: How to place Ads on left margin?
Hi Aron,
It's not clear what you're trying to do. If you want to place some banners or Google Adsense code on the left column then you have to edit app/views/_layout_default.tpl.php file by placing your HTML code inside:
PHP Code:
<div class="left">... your HTML</div

If you want to move ads from the right column to the left column, then you have to edit app/views/_layout_default.tpl.php file by moving line
PHP Code:
<?php echo $layout_right;?>
from the right column div to the left column div:
PHP Code:
<div class="left">... <?php echo $layout_right;?></div> 
Visit this user's website Find all posts by this user
Quote this message in a reply
01-01-2011, 11:03 AM
Post: #3
RE: How to place Ads on left margin?
Hi Stan,
It works alright now.
Thanks.
Find all posts by this user
Quote this message in a reply
08-27-2011, 04:08 PM
Post: #4
RE: How to place Ads on left margin?
Looking for a code to scroll the ads from left to right. Any help w'd be valued.

vpn
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)
© 2012 SitesOutlet