Ganzer Code:
Fehlerquelle
Das Problem ist das die erste Spalte in der 1. Zeile breiter ist als in der 2. Zeile und so passiert es das er die 2. Zeile automatisch verbreitert , das will ich aber net, wie kann ich das ändern so das die beiden Spalten der 2 Zeilen verschiedene Bteiten haben.
Gruß R3D
HTML:
<table cellpadding="0" cellspacing="0" width="" style="border-color:#000000; border-style:double; padding:3px; border-width:3px;">
<tr>
<td valign="top" width="202">
<table border="0" cellpadding="0" cellspacing="0" width="900" >
<tr>
<td colspan="2" valign="top" background="gfx/header.jpg" width="900" height="235"></td>
</tr>
<tr>
<td colspan="2" background="gfx/tab1.jpg" width="900" height="24"></td>
</tr>
<tr>
<td valign="top" background="gfx/menu_top.jpg" width="149" height="24"></td>
<td valign="top" background="gfx/content_top.jpg" width="751" height="24"></td>
</tr>
<tr>
<td valign="top" background="gfx/menu.jpg" width="124" height="500"></td>
<td valign="top" background="gfx/content.jpg" width="776" height="500"></td>
</tr>
<tr>
<td colspan="2" background="gfx/footer.jpg" width="900" height="27"><center>Scripted by [R3D] - Design by Sir.Zeiber | © 2008 NoXMa</center></td>
</tr>
</table>
Fehlerquelle
HTML:
<tr>
<td valign="top" background="gfx/menu_top.jpg" width="149" height="24"></td>
<td valign="top" background="gfx/content_top.jpg" width="751" height="24"></td>
</tr>
<tr>
<td valign="top" background="gfx/menu.jpg" width="124" height="500"></td>
<td valign="top" background="gfx/content.jpg" width="776" height="500"></td>
</tr>
Das Problem ist das die erste Spalte in der 1. Zeile breiter ist als in der 2. Zeile und so passiert es das er die 2. Zeile automatisch verbreitert , das will ich aber net, wie kann ich das ändern so das die beiden Spalten der 2 Zeilen verschiedene Bteiten haben.
Gruß R3D