E' questo qui :
codice:
<html>
<head>
<style>
table { background-color: #FFF7E3; color: #000000; border-color: #000000; font-size : 20px }
</style>
</head>
<body>
<style>
table { background-color: #FFF7E3; color: #000000; border-color: #000000; font-size : 20px }
</style>
<table border="1" cellpadding="8">
<tr>
<th colspan="2" style="text-align : center ; font-size="xx-large">OPERAZIONE ID: '.$idIsp.'</th>
</tr>
<tr>
<th>DATA</th>
<td>'.$dataOra.'</td>
</tr>
<tr>
<th>OPERATORE</th>
<td>'.$operatore.'</td>
</tr>
<tr>
<th>OPERAZIONE</th>
<td>'.$operazione.'</td>
</tr>
<tr>
<th>RICHIEDENTE</th>
<td>'.$richiedente.'</td>
</tr>
<tr>
<th>ESITO</th>
<td>'.$esito.'</td>
</tr>
<tr>
<th>DESCRIZIONE</th>
<td>'.$descrizione.'</td>
</tr>
<tr>
<th>NOTE</th>
<td>'.$note.'</td>
</tr>
<tr>
<th>INOLTRO MAIL</th>
<td>'.$destinatarimail.'</td>
</tr>
</table>
Il "bello" è che su android viene visualizzato tutto senza problemi .....