jrelbut.jpg (23306 bytes) comingbut.jpg (20460 bytes) favbut.jpg (19245 bytes)
Outer Table: Width of 80%" height set to "450", border, cellpadding and cellspacing set to 0 (Holds the navigation table above)

Inner table: Add last. Width 90% with 10 pixels padding and inital height set at 350 pixels (Place content here)

 

Navigation table: Insert this into outer table. Details as below. One row, 4 columns. Each cell has a different colour fill (your choice) and the button is then added to each cell. You then need to make 3 dummy pages so you can set the links. Name these pages; justrel.htm, comsoon.htm, oldfavs.htm. Next add the hyperlinks to these pages using each button as an image link. The home button needs to be linked to the first page of the web site which should be named index.htm.

<table width="400" border="1" align="center" cellpadding="5" cellspacing="5">
<tr>
<td width="180" bgcolor="#FF3333"> <p align="center"><img
src="../images/homebut.jpg" border="0" width="180" height="75"></td>
<td width="180" bgcolor="#33FF33"> <img src="../images/jrelbut.jpg"
alt="jrelbut.jpg (23306 bytes)" width="180" height="75" border="0"></td>
<td width="180" bgcolor="#FF6600"> <img src="../images/comingbut.jpg"
alt="comingbut.jpg (20460 bytes)" width="180" height="75" border="0"></td>
<td width="180" bgcolor="#FF99CC"> <img src="../images/favbut.jpg"
alt="favbut.jpg (19245 bytes)" width="180" height="75" border="0"></td>
</tr>
</table>