Hi,
I started to make a new layout for my site but i have a problem, it looks like this:
http://img264.imageshack.us/img264/1485/helpplzie8.png
But i want the menu to look like the pic above ive tried changing the margins and it wont work.
the code is:
+rep for any helpHTML Code:<html>
<head>
<head>
</head>
<body><br>
<center>
<table border="0" width="1000" cellpadding="0" cellspacing="0">
<tr>
<td height="245" background="banner-2.png" width="700" valign="bottom" margin="0" style="margin-left: 5px">
<a href="home.html"><img src="menu/home.gif" border="0"></a><a href="guides.html"><img src="menu/guides.gif" border="0"></a><a href="staff.html"><img src="menu/staff.gif"
border="0"></a><a href="news.html"><img src="menu/news.gif" border="0"></a>
</td>
<td background="banner-3.png">
<center>
<font color="#ffffff">
Hab-House.co.nr
</font>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>

