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.
