Hi,
table cellpadding=2
tr
td colspan=2
iframe name=Test1 width=100% height=200 src=Test1.html
/iframe
td
/tr
tr
td colspan=2
iframe name=Test2 width=100% height=200 src=Test2.html
/iframe
td
/tr
/table
ich habe das mal etwas umgesetzt, und so wie ich es hier poste funktioniert es erst einmal. Wo nun Dein Fehler weißich nicht, aber Du kannst das Muster ja als Gerüst nehmen.
Bye
Timothy
<html>
<head>
<title>Untitled</title>
</head>
<body>
<table border="1">
<tr>
<td>
<iframe src="C:\autoselfhtml\filter.html" name="Test1" width="500" height="200"></iframe>und etwas text
</td>
</tr>
<tr>
<td>
<iframe src="C:\autoselfhtml\filter.html" name="Test2" width="500" height="200"></iframe>und weiterer Text
</ td>
</tr>
</table>
</body>
</html>