View Single Post
Old 09.11.2004, 02:09   #21 (permalink)
absalom
Senior Mamber
 
absalom's Avatar
 
Join Date: Apr 2004
Location: Melbourne, Australia
Posts: 148
absalom is on a distinguished road
Send a message via MSN to absalom
Default Re: "Corporate" template for Mambo 4.5

To add a banner area across the template, you need to add in another div layer on both front.php and inner.php in the "header" div, preferrably after the <h1> call for formatting completeness.

So the code should mimic:
<div id="header">
<h1 = head">Stuff</h1>
<div id="banner">
<?php loadModule 'banner1' ?>
</div>
</div>

followed by <div id="core"> and so on..

You then add into the template_css.css file:

#banner
{
float: right;
width: some width equalling your banner width ;
height:some height equalling your banner width ;
}

I also sent you an email from the torqayfc.com contact page regarding the commercial aspects of the website.
__________________
Absalom Media :: W3C CSS templating for Joomla and Mambo
Absalom Media Templates hosted at MamboForge

Last edited by absalom; 09.11.2004 at 07:04.
absalom is offline   Reply With Quote
Sponsored Links