hallo,
i have align problems about my data into a html table. In Firefox everything is ok aligned to center. in IE everything is alligned to left and thats not ok
my code
</head>
<body bgcolor=#FF8000>
<div align='center'>
<table border='1' align='center' width="80%" cellspacing="0" cellpadding="0" bgcolor=#FFFFFF>
<tr allign='center'>
<td align='center' width="492" height="84" alt=""><img src="./images/main banner.jpg" width="492" height="84" alt="" align="middle">
<div align='center'>
<br><br>
<p align='center'><b>ΜΗΝΥΜΑ</b></p>
<br><br>
<?php
-------connect to database-------
-------form------
?>
</div>
</td>
</tr>
</table> <br>
</div>
<p align='center'><a href="......"> ADMIN</a></p>
</body>
except the table itself nothing is at center. and thats only in IE . safari and firefox are working good...
what should i do