Posts: 106
Location: South Wales, UK
|
Where you have the code:
HTML Code:
<tr>
<td><img src="temp14_15.gif" width="115" height="40"></td>
<td><a href="#" onmouseover="on1();" onmouseout="off1();"><img src="link_1.gif" width="50" height="40" border="0" name="a"></a></td>
change the hash to the link you want e.g:
HTML Code:
<tr>
<td><img src="temp14_15.gif" width="115" height="40"></td>
<td><a href="putlinkhere.html" onmouseover="on1();" onmouseout="off1();"><img src="link_1.gif" width="50" height="40" border="0" name="a"></a></td>
And do it it for each link. Hope it helps!
|