Halli Hallo,
ich versuche seit gestern ein Iframe in eine tabelle einzubinden.
Nur kann ich die höhe des iframe nicht ändern. Das bleibt immer.
So sieht jetzt mein code aus:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="400" height="350" border="0" background="Txt.png">
<tr>
<td height="300" align="left"><p><iframe src="http://www.google.de" width="90%" height="100%" scrolling="yes" leftmargin="1" topmargin="1" marginheight="0" marginwidth="0" frameborder="0"></iframe></p>
<p> </p><p> </p><p> </p>
</td>
</tr>
</table>
</body>
</html>
Kann mir jemand helfen?
Wäre super..
Vielen dank
olli