L'esempio non si vede.


comunque la funzione di modifica messaggio non funziona, mi sembra...
non l'ho ancora postato...
aspettavo che prima tu rispondessi.


quando non funziona è grazie all'eccessiva efficienza del firewall, non posso farci granché...

esempio ripulito (ovviamente lo stile attribuito alla tabella lo puoi spostare nel css esterno):
codice:
CSS
@charset "utf-8";


td.right {
background-image: url("image1.jpeg");
background-repeat: repeat-y;
}


HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>pagina_esercizio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="stilnuovo2022.css" rel="stylesheet" type="text/css">
</head>


<body>
<table cellspacing="0" cellpadding="0" rules="none" style="width:100%; height: 350px;">
 <tr>
	 <td colspan="3"><img src="testata.gif" alt="..." ></td>
 </tr>
 <tr>
	 <td valign="top" style="width: 15%"><img src="in_alto_sx.gif" alt="data box" ></td>
	 <td style="width:70%"><img src="main_central.gif" alt=".." ></td>
	 <td class="right" style="width: 15%">gkhg</td>
 </tr>
 <tr>
	 <td colspan="3"><img src="linea_fondo.gif" alt="." ></td>
 </tr>
</table>
</body>
</html>