sto usando frontpage per creare un sito. è un ottimo programma, veloce e semplice però un po troppo invasivo. ho creato questa pagina lavorando in html :
codice:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>

<body>
<div align="center">
<table border="1" cellspacing="1" id="all" bordercolor="#C0C0C0"  width="750" id="AutoNumber1" BGCOLOR="#FFFFFF">
  <tr>
    <td colspan="2" WIDTH="744" ></p></td>
  </tr>
  <tr>
    <td width="114" id="dx"></td>
    
    <td width="626" id="central" valign="top">
     

      
    </td>
  </tr>
</table>
</center>
</div>
</body>

</html>
è semplicissima e m serve da base per tutte le pagine del sito.quando la salvo frontpage m salva automaticamente cosi:
codice:
.
.
.<tr>
    <td width="114" id="dx"> </td>
    
    <td width="626" id="central" valign="top">
.
.
.
come faccio a impedire che il prog mi inserisca autom quel codice??
grazie mille