StonE12
Mitglied
Hallo,
ich habe eine Tabelle gebastelt, in der dann am Ende sämtliche Seiten per include (PHP) angezeigt werden. Das Problem ist aber das sich die mittlere spalte, der Tabelle um der Tabelle ( quasi die die den oberen und unteren Rahmen beinhaltet) sich nicht anpasst wie sie soll. Die Spalten rechts und links haben zwar spezifische Breitewerte, an die sie sich bei der Einbindung in die Website nicht halten, sprich größer werden als sie sollten. Wie kann ich erreichen, dass die mittlere Spalte das unterbindet indem genau diese den kompletten Rest der 100 % einnimmt ? Hier ist der HTML Code :
Hoffe jemand versteht was ich meine und kann mir helfen.
Schonmal Danke !
Gruß Crossi
ich habe eine Tabelle gebastelt, in der dann am Ende sämtliche Seiten per include (PHP) angezeigt werden. Das Problem ist aber das sich die mittlere spalte, der Tabelle um der Tabelle ( quasi die die den oberen und unteren Rahmen beinhaltet) sich nicht anpasst wie sie soll. Die Spalten rechts und links haben zwar spezifische Breitewerte, an die sie sich bei der Einbindung in die Website nicht halten, sprich größer werden als sie sollten. Wie kann ich erreichen, dass die mittlere Spalte das unterbindet indem genau diese den kompletten Rest der 100 % einnimmt ? Hier ist der HTML Code :
HTML:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" height="5"><img src="fileDump/main_01.gif" alt="" width="20" height="5" /></td>
<td style="background:url(fileDump/main_02.gif) 0 0 repeat-x" height="5"><img src="fileDump/main_02.gif" width="69" height="5"></td>
<td width="11" height="5"><img src="fileDump/main_03.gif" width="11" height="5" /></td>
</tr>
<tr>
<td colspan="3"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="fileDump/back2.gif">
<tr>
<td width="5" height="8"><img src="fileDump/main_04.gif" width="5" height="8" /></td>
<td></td>
<td width="5" height="8"><img src="fileDump/main_06.gif" width="5" height="8" /></td>
</tr>
<tr>
<td width="5" background="fileDump/main_07.gif"><img src="fileDump/main_07.gif" width="5" height="74" /></td>
<td>
<p> </p>
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td><table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><p><?php ?></p>
</td>
</tr>
</table></td>
</tr>
</table> <p> </p></td>
<td width="5" background="fileDump/main_08.gif"><img src="fileDump/main_08.gif" width="5" height="74" /></td>
</tr>
<tr>
<td width="5" height="8"><img src="fileDump/main_09.gif" width="5" height="8" /></td>
<td></td>
<td width="5" height="8"><img src="fileDump/main_10.gif" width="5" height="8" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="20" height="5"><img src="fileDump/main_11.gif" width="20" height="5" /></td>
<td style="background:url(fileDump/main_12.gif) 0 0 repeat-x" height="5"><img src="fileDump/main_12.gif" width="69" height="5" /></td>
<td width="11" height="5"><img src="fileDump/main_13.gif" width="11" height="5" /></td>
</tr>
</table>
Hoffe jemand versteht was ich meine und kann mir helfen.
Schonmal Danke !
Gruß Crossi