Hallo,
also ich habe ein Problem mit Tabellen.
Ich habe links 3 Zeilen mit jeweil einer Spalte!
Recht habe ich 1 Zeile mit einer Spalte (rowspan).
So, wenn ich rechts eine Seite per include einbinde möchte ich das die beiden oberen Zeilen links eine feste höhe haben, und die dritte Zeile variabel ist.
Hier das Beispiel: http://www.BenBay.de/test.php
Code:
<?
$rootdir="../../";
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="<? echo $rootdir ?>css/schrift_standard.css">
</head>
<body bgcolor="#3366cc" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table border border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" height="10" width="148">
</td>
<td rowspan="3" align="left" valign="top" bgcolor="#ffcc00" height="600" width="148">
include</td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" height="50" width="148">
</td>
<td align="left" valign="top">
</td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" width="148">
</td>
<td align="left" valign="top">
</td>
</tr>
</table>
</body>
</html>
Kann mir jemand helfen?
also ich habe ein Problem mit Tabellen.
Ich habe links 3 Zeilen mit jeweil einer Spalte!
Recht habe ich 1 Zeile mit einer Spalte (rowspan).
So, wenn ich rechts eine Seite per include einbinde möchte ich das die beiden oberen Zeilen links eine feste höhe haben, und die dritte Zeile variabel ist.
Hier das Beispiel: http://www.BenBay.de/test.php
Code:
<?
$rootdir="../../";
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="<? echo $rootdir ?>css/schrift_standard.css">
</head>
<body bgcolor="#3366cc" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<table border border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" height="10" width="148">
</td>
<td rowspan="3" align="left" valign="top" bgcolor="#ffcc00" height="600" width="148">
include</td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" height="50" width="148">
</td>
<td align="left" valign="top">
</td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#ffcc00" width="148">
</td>
<td align="left" valign="top">
</td>
</tr>
</table>
</body>
</html>
Kann mir jemand helfen?
Kommentar