sbata: tabelle im netscape 7 , valign problem

Beitrag lesen

hi *

ich habe ein Problem mit mozilla 1.7 und netscape 7
sie interpretieren in einer Tabelle der Attribut Valign="top"
nicht , aber IE und opera machen das gut.

beispiel:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top">
 <p>
   <font size="2">
  <a name="{$id}">
  blabla        </a>
   </font>
 </p>
    </td>
    <td valign="top">
 <p>
    <font size="2">
  blabla          </font>
 </p>
    </td>
 </tr>
</table>

hat jemand eine Idee wie ich das lösen kann??

Danke sehr

Sbata