Salve Ragazzi allora praticcamente devo introdurre HTML in PHP.
Devo inserire questa tabella :
<table width="403" border="0">
<tr>
<td height="31" colspan="2" background="sfondo_testata_formazione.jpg" style="background-repeat:no-repeat"><table width="397" border="0">
<tr>
<td width="184"><div align="left">[img]juve_partita.gif[/img]</div></td>
<td width="208"><div align="right">[img]roma_partita.gif[/img]</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="200" class="Stile3"></td>
<td width="200" class="Stile3"></td>
</tr>
</table>";
Nel Php...Come devo fare?