|
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. |
|||
|
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;?>PHP Code: <div class="left">... <?php echo $layout_right;?></div> |
|||
|
01-01-2011, 11:03 AM
Post: #3
|
|||
|
|||
|
RE: How to place Ads on left margin?
Hi Stan,
It works alright now. Thanks. |
|||
|
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 |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)






