Adesso ho provato ha modificarlo ed ho fatto così
codice:
<html> 
<head>
<title>Ale90.it</title>
<link rel="stylesheet" type="text/css" href="stili/style.css">
<style> 
.bordo { 
border-top: solid 1px #404056; 
border-right: solid 1px #404056; 
border-bottom: solid 1px #404056; 
border-left: solid 1 px #404056;
} 
</style> 
</head>
<body bgcolor=D5F0F9 text="darkblue" link="darkblue" vlink="darkblue" alink="darkblue">
<center>
<table width="800" border=1 height=100%>
<tr height="15%">
 <td colspan="2" align=center>
a
 </td>
</tr>
<tr height="70%">
 <td width="20%" valign=top align=center>
menù


 </td>
 <td width="80%">c
 </td>
</tr>

</table></center>

</body>
</html>
Ma io vorrei che menù sia infinito che posso aggiungere infinite cose è giusto come ho fatto??