Topic: Things Look defrent on Mozilla/Firefox.
I remake something and I see the tables not on the rows only on firefox, on the explorer it's work great.
Why the Mozilla can't read this:
<table border="1" cellpadding="0" cellspacing="0" style="border-width:0; border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="4%" style="border-style: none; border-width: medium">
<p align="center"><?php echo $icon_text ?></td>
<td width="42%" style="border-style: none; border-width: medium"><?php echo $forum_field."\n".$moderators ?> </td>
<td width="8%" style="border-style: none; border-width: medium"><?php echo $num_topics ?> </td>
<td width="8%" style="border-style: none; border-width: medium"><?php echo $num_posts ?> </td>
<td width="25%" style="border-style: none; border-width: medium"><?php echo $last_post ?> </td>
</tr>
</table>
Some one can fix it?