1

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?

Yours, Benny.

Re: Things Look defrent on Mozilla/Firefox.

Topic moved.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: Things Look defrent on Mozilla/Firefox.

Anyone!?!

Yours, Benny.

4

Re: Things Look defrent on Mozilla/Firefox.

You didn't close your <p>  with </p> anywhere, so I'm guessing mozilla is at a loss where the paragraph ends.

5

Re: Things Look defrent on Mozilla/Firefox.

ty i will try it

Yours, Benny.