HI All,
I am looking to put a banner at the top of the page centred in between the Logo and the toolbox I have removed the colour settings and resize options so there is room. I have tried creating a div for the banner with the settings
#ja-banner {
float: right;
text-align: center;
padding: 0 40px;
}
and referenced it from the index.php just below the logo
<h1><a href="index.php"><img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_sitename?>" /></a></h1>
<div id="ja-banner">
<?php mosLoadModules( "banner", -1 ); ?>
</div>
But I seem to get another red filled box.
Can anyone suggest a way to get the banner in position without mucking up the rest of the template ?
Cheers
Shorty