PDA

View Full Version : adding a banner to a joomla template


momo55
06-24-2008, 09:19 AM
I wanted to add a header/banner about 150px high to a joomla template.

the template is this one here - http://www.joomlart.com/templates_demo.php

I just want the website header to be ontop of the navbar/grey section and.

I think its possible but ive been trying for hours to try and do it but with no luck.


Can anyone please just tell me how its done or give me a few pointers?


thanks :)

jcdevelopment
06-24-2008, 02:58 PM
i imagine you would put a banner or img src in this code area


<div id="ja-wrapper">

<!-- BEGIN: HEADER -->

<img src=image.jpg/><!-- banner goes here-->

<div id="ja-headerwrap">
<div class="clearfix" id="ja-header">
<h1 class="logo">
<a title="JA Kulanite - 2nd June 08 JA Template Club" href="/ja_kulanite/index.php"><span>JA Kulanite - 2nd June 08 JA Template Club</span></a>
</h1>

<!-- BEGIN: MAIN NAVIGATION -->


hope that helps some.