by Ange Tuteur February 10th 2015, 4:43 pm
Hello
@FIB,
Go to Administration Panel > Display > Templates > General > overall_header
Find :
- Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
<tr>
<td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
</tr>
</table>
and add this code after it :
- Code:
<br/>
<table id="affiliate-board" class="forumline" style="width:100%">
<tr>
<td class="row1">CELL1</td><td class="row2">CELL2</td><td class="row1">CELL3</td>
</tr>
<tr>
<td class="row1">CELL1</td><td class="row2">CELL2</td><td class="row1">CELL3</td>
</tr>
</table>
<br/>
Where you see the texts
CELL that is where you can place your content, such as links and images. Current there are two rows and three cells on each row, you can change this if you want.
To add image links, you can do the following :
- Code:
<a href="/forum">
<img src="/myimage.gif" alt="altText"/>
</a>
Explanation of the above :
/forum : the URL of the website
/myimage.gif : the URL of the image
altText : alternate text if the image is broken
When finished save and publish the template