Ciao a tutti sto diventando matta,
devo allineare una tabella al centro ma netscape 4.7 non da retta a nessun tag html, ho provato con tutto:
<center>
<table>
<tr>
<td>ciao</td>
</tr>
</table>
</center>
e anche con..
<div align=center>
<table>
<tr>
<td>ciao</td>
</tr>
</table>
</div>
e poi con..
<p align=center>
<table>
<tr>
<td>ciao</td>
</tr>
</table>
</p>
e con..
<table align=center>
<tr>
<td>ciao</td>
</tr>
</table>
ma niente di niente..
sicuramente un modo c'è ..ma qual'è??![]()
Grazie in anticipo!