PDA

View Full Version : Add a 728w x 90h Top Banner Above Menu


MootMop
04-21-2007, 08:35 PM
Using v2.1.03 greenleaves.

Is it possible to add a 728w x 90h banner ad (ie. industry standard / Leaderboard) above the top menu and KEEP the smaller banner ad that currently appears under the top menu in greenleaves?

I would like the 728 x 90 to appear on top next to my logo but centered properly on the page of course. Also need to be able to add HTML ad codes (ie. google adsense code etc.) on it.

Is this possible to achieve? :poisk:

Dave Baker
04-22-2007, 06:57 PM
Hello MootMop,
In my opinion the most simple variants:
Use original top banner functionality for your small banner under the top menu and modify the left banner functionality like in this modification:
http://www.esyndicat.com/forum/showthread.php?t=9905&highlight=banner
Use original top banner functionality for your small banner under the top menu and add code in templates/yourTemplate/header.tpl:

<div style="position: absolute; top:10px; right:10px;"><img src="http://www.esyndicat.com/forum/images/misc/logo.gif"></div>

***Below this code:***

<!-- logo start -->
<div class="logo"><a href="/"><img src="{$img}logo.gif" alt="" title="" /></a></div>
<!-- logo end -->

for the 728w x 90h banner ad.

MootMop
04-23-2007, 03:39 AM
Works perfectly! Thanks Dave!:good:

Dave Baker
04-24-2007, 04:56 PM
You're welcome MootMop!