Here's the problem I have some HTML code for my links on my website they should all go underlined when you mouse over them but the only one that does is ths very last one. Here is the code is there anything wrong?
- Code: Select all
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" class="sideborders">
<tr>
<td height="15" bgcolor="#5C5E4F" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/index.htm">Home</a></font></td>
</tr>
<tr>
<td background="images/dotborder.gif" height="1" align="center"></td>
</tr> <tr>
<td height="15" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/other_factions.htm">Other factions</a></font></td>
</tr>
<tr>
<td background="images/dotborder.gif" height="1" align="center"></td>
</tr> <tr>
<td height="15" bgcolor="#5C5E4F" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/battle_outcomes.htm">Battle outcomes</a></font></td>
</tr>
<tr>
<td background="images/dotborder.gif" height="1" align="center"></td>
</tr> <tr>
<td height="15" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/towns.htm">Towns I own</a></font></td>
</tr>
<tr>
<td background="images/dotborder.gif" height="1" align="center"></td>
</tr> <tr>
<td height="15" bgcolor="#5C5E4F" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/map.htm">R:TW map</a></font></td>
</tr>
<tr>
<td background="images/dotborder.gif" height="1" align="center"></td>
</tr>
<tr>
<td height="15" align="center">
<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
<a href="http://www.freewebs.com/rtw_war/story.htm">Story so far</a></font></td>
</tr>





