Hi,
We can add navigation bar to the right box..
we can add linked texts or images to the right box..
I prepared a navigation code which consists of linked texts in a table
Quote: <table height="300" cellspacing="1" cellpadding="1" width="150" border="0">
<tbody>
<tr>
<td bgcolor="#ff3300">
<p align="center"><strong><font color="#ffffff">NAVIGATION</font></strong></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 1"><strong><font color="#000000">LINK NAME 1</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 2"><strong><font color="#000000">LINK NAME 2</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 3"><strong><font color="#000000">LINK NAME 3</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 4"><strong><font color="#000000">LINK NAME 4</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 5"><strong><font color="#000000">LINK NAME 5</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 6"><strong><font color="#000000">LINK NAME 6</font></strong></a></p>
</td>
</tr>
</tbody>
</table>
before editing - preview of code -
You should certainly edit red sections in the code!
e.g:
TARGET 1 =
www.canerfc.page.tl/Home.htm
LINK NAME 1 = Home
after editing code, you can paste it to the right box;)
for creating invisible pages in the navigation bar;
read carefully;
http://www.own-free-website.com/forum/viewtopic.php?t=1295
Have Fun;)