• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Hilfe bei Layout benötigt (Tabellen)

Status
Für weitere Antworten geschlossen.

mbuchegger

Neues Mitglied
Hab ein Problem bei meinem Layout. Die Tabelleninhalte wollen nicht dort bleiben wo sie sollten.

Zum Layout geht's HIER

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Ritter Rost und das Gespenst - Das Musical</title>
<meta name="author" content="Matthias Buchegger (MBStudios)">
<meta name="description" content="Ritter Rost und das Gespenst - Das Musical, ein Projekt der Musicalgruppe Steyr in Zusammenarbeit mit der Hauptschule2 Tabor">
<meta name="keywords" content="Ritter Rost und das Gespenst, Musicalgruppe Steyr, HS2-Tabor, Hauptschule 2 Tabor">
<meta name="generator" content="HTML Studio">
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table width="800px" border="0" cellpadding="0" cellspacing="0">
<table width="800px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="373px" background="http://www.html.de/images/kopf.jpg"></td>
</tr>
</table>
<table width="800px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20px" background="http://www.html.de/images/text_anfang.jpg"></td>
</tr>
</table>
<table width="800px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200px">
<table width="200px" border="0" cellpadding="0" cellspacing="0">
<tr align="left" valign="top" marginwidth="0" topmargin="0" marginheight="0">
<th width="200px" height="561px" background="http://www.html.de/images/bg_seitlich.jpg" align="left" valign="top">
</th>
</tr>
<tr>
<td width="200px" height="20px" background="http://www.html.de/images/text_ende_seitlich.jpg" align="left" valign="top">
</td>
</tr>
<tr>
<td width="200px" background="http://www.html.de/images/bg_seitlich_ohne.jpg" align="left" valign="top">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
&nbsp;&nbsp;<br>
</td>
</tr>
</table>
</td>
<td width="600px">
<table width="600px" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="600px" height="570px" background="http://www.html.de/images/bg_inhalt.jpg" align="left" valign="top">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Dies ist ein Test<br>
<br>
<br>
</th>
</tr>
<tr>
<td width="200px" height="20px" background="http://www.html.de/images/text_ende_inhalt.jpg" align="left" valign="top">
</td>
</tr>
<tr>
<td width="200px" height="*" background="http://www.html.de/images/bg_inhalt_ohne.jpg" align="left" valign="top">
</td>
</tr>
</table>
</td>
</tr>
</table>
 
<table width="800px" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="20px" background="http://www.html.de/images/ende.jpg">
<br>
<br>
<br>
ad</td>
</tr>
</table>
</table>
</body>
</html>
 
Zuletzt bearbeitet:
Werbung:
deine Tabellenfeldgroessen mal ohne px angeben, nur den Zahlenwert oder in %.
Dann dem Bild selbst schon einen Platzhalter in Groesse des Bildes machen, damit das Tabellenfeld nicht in sich zusammen faellt wenn es leer ist.

HTML:
<td width="200"><img="bild.gif" width="190" height="180" alt="keyword" name="anderes keyword"></td<

Achtung! Du hast zwischendurch "th" statt "td" fuer die Felder eingegeben.
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben