hi,
is ja nett as sich alle um den text streiten, aber keine lösung zum problem liefern.
dein code is allerdings etwas "unrund":
2x html tag (eins is genug)
2x doc type (eins is genug)
content-type fehlte
tabel auf und zu usw ....
am ende wars "der" table (weil: der tisch) um den iframe ... den hab ich entfernt und es funzt.
mfg mict
----------------------------cut----------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<title>test</title>
</head>
<body bgcolor="#213D63">
<table width="800" border="0" align="center" bgcolor="#33588C">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#33588C">
<tr>
<td align="center" valign="middle"><font size="8" color="#008080" face="GothicE">Freie Geister</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br>
</td>
</tr>
<tr>
<td>
<table width="800" border="0" cellspacing="0" cellpadding="0" bgcolor="#33588C">
<tr>
<td align="left" valign="top" width="160">
<table width="120" cellspacing="0" cellpadding="0" bgcolor="#4A6284">
<tr>
<td align="center" bgcolor="#203C62"><font size="2" color="#808080">Freie Geister</font></td>
</tr>
<tr>
<td> <font size="2" color="#c0c0c0">Home</font><br>
<font size="2" color="#c0c0c0">News</font><br>
<font size="2" color="#c0c0c0">About</font><br>
<font size="2" color="#c0c0c0">RPGs</font><br>
<font size="2" color="#c0c0c0">E-Mail-RPGs</font><br>
<font size="2" color="#c0c0c0">Poesie</font><br>
<font size="2" color="#c0c0c0">Art</font></td>
</tr>
</table>
<br>
<br>
<table width="120" cellspacing="0" cellpadding="0" bgcolor="#4A6284">
<tr>
<td align="center" bgcolor="#203C62"><font size="2" color="#808080">Community</font></td>
</tr>
<tr>
<td> <font size="2" color="#c0c0c0">Forum</font><br>
<font size="2" color="#c0c0c0">G stebuch</font><br>
<font size="2" color="#c0c0c0">Members</font><br>
<font size="2" color="#c0c0c0">Chat</font><br>
<font size="2" color="#c0c0c0">Intern</font></td>
</tr>
</table>
<br>
<br>
<table width="120" cellspacing="0" cellpadding="0" bgcolor="#4A6284">
<tr>
<td align="center" bgcolor="#203C62"><font size="2" color="#808080">Freie Geister</font></td>
</tr>
<tr>
<td> <font size="2" color="#c0c0c0">Impressum</font><br>
<font size="2" color="#c0c0c0">Team</font><br>
<font size="2" color="#c0c0c0">Kontakt</font><br>
<font size="2" color="#c0c0c0">Disclaimer</font></td>
</tr>
<tr>
<td><br>
</td>
</tr>
</table>
</td>
<td align="center" valign="top" width="480">
<iframe name="muster" src="http://gw.freie-geister.de/1/templates/output.php" frameborder="0" marginwidth="0" marginheight="0" scrolling="auto" width="400" height="100%" hspace="0" vspace="0">
Inhalt bei Nichtanzeige
</iframe>
</td>
<td align="right" valign="top" width="160">
<table>
<tr>
<td>
<table width="120" cellspacing="0" cellpadding="0" bgcolor="#4A6284">
<tr>
<td align="center" bgcolor="#203C62"><font size="2" color="#808080">Freie Geister 2</font></td>
</tr>
<tr>
<td> <font size="2" color="#c0c0c0">Home</font><br>
<font size="2" color="#c0c0c0">News</font><br>
<font size="2" color="#c0c0c0">About</font><br>
<font size="2" color="#c0c0c0">RPGs</font><br>
<font size="2" color="#c0c0c0">E-Mail-RPGs</font><br>
<font size="2" color="#c0c0c0">Poesie</font><br>
<font size="2" color="#c0c0c0">Art</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br>
Weiter im text</td>
</tr>
</table>
</body>
</html>
----------------------------end cut----------------------