Originariamente inviato da activ
posta il codicequesto è il codice senza modifiche strane..prova ad aprire un table dopo il secondo TRCodice PHP:
<html>
<table border=3>
<tr>
<th>Heading1</th>
<th>Heading2</th>
<th>Heading3</th>
</tr>
<tr>
<td>item1</td>
<td>item2</td>
<td>item3</td>
</tr>
<tr>
<td>primo</td>
<td>secondo</td>
</tr>
</table>
</html>