Welcome, Guest. Please login or register.
September 07, 2008, 02:43:57 PM
Home Help Search Login Register
News: iJoomla SideBars for Joomla 1.5 is here!

+  iJoomla Forum
|-+  iJoomla Magazine
| |-+  Suggestions/Ideas
| | |-+  banner position in layout 9
« previous next »
Pages: [1] Print
Author Topic: banner position in layout 9  (Read 556 times)
sorema
customers
Newbie
*
Posts: 9


View Profile Email
« on: March 22, 2008, 08:24:07 AM »

hi, i'm using layout9 for my website i'd like to insert a banner between horizontal zone and vertical zone. is it possible?
Logged
RicardoCorai
customers
Hero Member
*
Posts: 1856


View Profile WWW
« Reply #1 on: March 24, 2008, 01:36:37 PM »

Hi sorema,
Edit your layout and remplace for something like that:
Code:
<style type="text/css" media="screen">
@import url( {LAYOUT_PATH}/css/{CSS} );
</style>

<table width='100%'>
<tr>
<td colspan='2' >{MAGAZINE_NAME}{MAGAZINE_DESC}</td>
</tr>
<tr>
<td valign='top' width='100%'>
<table width='100%'>
<tr>
<td valign='top' width='50%'>{ZONE_2}</td>
<td valign='top' width='50%' style="padding-top:4px;">{EDITION_NAME}{EDITION_DESC}{EDITION_IMAGE}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign='top' width='100%'>YOUR BANNER HERE</td>
</tr>
<tr>
<td valign='top' width='100%'>{ZONE_1}</td>
</tr>
</table>

</body>
</html>
Best regards,
Logged

Ricardo Corai
Moderator
www.planetacms.com
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Theme Globe by Eponnox