|
hey vangogh,
thanks for the help.
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<body>
<table width="876" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutDefaultTable-->
<tr>
<td width="236" height="103" valign="top"><img src="images/logo.jpg" width="236" height="103" /> </td>
<td width="640" height="103" valign="top"><img src="images/banner.jpg" width="640" height="103" /></td>
</tr>
</table>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="17%" bgcolor="#FFFFFF"> </td>
<td width="83%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td height="353" bgcolor="#FFFFFF"><img src="images/menu.jpg" width="145" height="339" border="0" align="top" usemap="#Map" /><br> <br></td>
<td bgcolor="#FFFFFF">
</tr>
<tr>
<td height="19" bgcolor="#CCCCCC"> </td>
<td bgcolor="#CCCCCC"><div align="center" class="style1">
<div align="center"><a href="Home.html">Home</a> - <a href="Land.html">Land</a> - <a href="Apartments.html">Apartments</a> - <a href="Houses.html">Houses</a> - <a href="Contact us.html">Contact us</a> </div>
</table>
<map name="Map" id="Map"><area shape="rect" coords="12,26,121,45" href="Home.html" />
<area shape="rect" coords="13,59,122,77" href="Land.html" />
<area shape="rect" coords="12,95,137,113" href="Apartments.html" />
<area shape="rect" coords="11,130,126,147" href="Houses.html" />
<area shape="rect" coords="13,165,133,182" href="Contact us.html" />
</map></body>
</html>
Thanks!
|