Che dirti... sarà il tuo editor a fare pasticci...
Questo:
Codice PHP:
<table align= "center" width="802" height="171"border="0" cellpadding="0" cellspacing="1">
prova a cambiarlo in:
Codice PHP:
<table style="text-align: center; width: 802px; height: 171px; border: 0;" cellpadding="0" cellspacing="1">
e questo:
Codice PHP:
<table bgcolor="black" width="800"height="40" align="center"border="0" cellspacing="1" cellpadding="0">
così:
Codice PHP:
<table style="background-color: black; width: 800px; height: 40px; text-align: center; border: 0;" cellspacing="1" cellpadding="0">