oh, doch, den fehler macht opera bei mir auch.
der wär mir gar nicht aufgefallen muss ich zugeben.
versuch mal, die <TD>........</TD> nicht durch zeilenumbrüche zu trennen, sondern schreibe sie alle in eine zeile. also statt:
Code:
<tr>
<td height="28" width="120"><img src="images/black_left_top.gif" width="120" height="28"></td>
<td width="225"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td>
<td width="105"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td>
<td width="72"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td>
<td width="90"><img src="images/logo_left.gif" width="90" height="28"></td>
<td width="9"><img src="images/logo_mid1.gif" width="9" height="28"></td>
<td width="159"><img src="images/logo_right.gif" width="159" height="28"></td>
</tr>
machst du:
Code:
<tr><td height="28" width="120"><img src="images/black_left_top.gif" width="120"height="28"></td><td width="225"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td>
<td width="105"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td><td width="72"><img SRC="images/null.gif" WIDTH="1" HEIGHT="1"></td><td width="90"><img src="images/logo_left.gif" width="90" height="28"></td><td width="9"><img src="images/logo_mid1.gif" width="9" height="28"></td><td width="159"><img src="images/logo_right.gif" width="159" height="28"></td></tr>
das wird zwar dann ne ziemlich lange zeile, aber nen versuch ists wert.
thomas
[Edited by DreamForce on 18.04.01 at 22:44 GMT]
[Edited by DreamForce on 18.04.01 at 22:45 GMT]