Topic: How to add permanet images above category tabs
If you want to images/text/ or whatever below the main header box and above the category tabs so that the images/text is visible on all pages....here's how...
1. Open header.tpl and find the following two lines of code (they'll be right near each other)
</div><!-- #box -->
...THE IMAGES GO HERE...BELOW THE MAIN HEADER BOX AND ABOVE THE CATEGORIES....
<div id="categs-nav">
2. Enclose a table with the images/text in <div> </div> tags. For example....
<div id="images">
<table width="700px">
<tr>
<td><img src="{$BASE_URL}img/image1.gif" /></td>
<td><img src="{$BASE_URL}img/image2.gif" /></td>
<td><img src="{$BASE_URL}img/image3.gif" /></td>
</tr>
</table>
</div>
3. NOTE...be sure to use {$BASE_URL} or else the images WILL NOT appear on the other pages.
4. Create a CSS entry
div#images
and format the images section the way you want.
5. Call you mother today and say hello
Tokyoj
"You can't build a reputation on what you're going to do." (Henry Ford)
"Insanity is doing the same thing over and over, expecting different results." (Albert Einstein)