@chrissi...
1. mit dem Tipp das <form> über die Tabelle zu schreiben hat es geklappt. trotzdem hat das Form immer noch eine untere höhe, die ich nicht möchte. Was gäbe es da für CSS möglichkeiten?
2. Der Code:
<table width="183" border="0" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" height="116"><img src="images/logo_halo3.jpg"></td>
</tr>
<tr>
<td valign="top">
<table width="183" height100%" border="0" cellspacing="0" cellpadding="0" style="min-height:450px;">
<tr>
<td width="4" bgcolor="#DDEAF6" valign="top"></td>
<td width="173" bgcolor="#DDEAF6" valign="top">
<!-- Navigation -->
<?php
include("inc/navigation.php");
?>
<!-- End Navigation -->
</td>
<td width="1" bgcolor="#CCCCCC">
<!-- One Pixel width -->
</td>
<td width="5" background="images/randpunkte.gif"></td>
</tr>
</table>
</td>
</tr>
</table>
Wie könnte ich das hinbekommen.Mit Stylesheets? mit welchen?
IST:
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
---------------
(unterer Seiten rand)
Soll:
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
---------------
(unterer Seiten rand)
thanks michael S.