I am getting a problem when I add the menu block..
there is a code error somewhere.. and it is pushing the center content of the page all the way BELOW the new Menu Block.
Can you sse any errors in my code?
|
Code:
|
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_house1.gif[/img]</td>
<td>Home</td></tr>
<tr><td>[img]images/mini_icons_fiblack/icon_mini_profile.gif[/img]</td>
<td>Your Account</td>
</tr>
</table>
<hr color="#000000" size="1">
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_links.gif[/img]</td>
<td>Downloads</td>
</tr>
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_gallery.gif[/img]</td>
<td>Links</td>
</tr>
</table>
<hr color="#000000" size="1">
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td width="17">[img]images/mini_icons_fiblack/icon_mini_house.gif[/img]</td>
<td width="117">Forums</td>
</tr>
<tr>
<td width="17">[img]images/mini_icons_fiblack/icon_mini_members.gif[/img]</td>
<td width="117">Members List</td>
</tr>
<tr>
<td width="17">[img]images/mini_icons_fiblack/icon_mini_chat.gif[/img]</td>
<td width="117">About ShaqAttack</td>
</tr>
</table>
<hr color="#000000" size="1">
<table width="140" border="0" cellspacing="2" cellpadding="0" style="border-collapse: collapse">
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_smilies.gif[/img]</td>
<td>Server Stats</td>
</tr>
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_register.gif[/img]</td>
<td>IRC Stats</td>
</tr>
<tr>
<td>[img]images/mini_icons_fiblack/icon_mini_stats.gif[/img]</td>
<td>IRC Web Chat</td>
</tr>
</table></font></td>
</tr>
</table> |