hallo,
bei mir liegt ein kleines problem mit meinem iframe vor:
und zwar hab ich per include oben, links und unten spalten eingefügt, jedoch wird unten die nicht angezeigt. ich habe dein teil meines iframes herausgenommen und es ging, ich hoffe ihr könnt mir helfen, hier der quelltext:
<html>
<head>
<title>Mamma Mia Karten</title>
</head>
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline;}
-->
</style>
<body Marginwidth=0 marginheight=0 leftmargin=0 topmargin=0>
<?php
include ("kopf.php");
?>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" height="100%">
<?php
include ("links.php");
?>
</td><td width="*" height="*">
<table width="795 height="1250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="90"></td>
<td width="615" align="center">
<iframe name="mainframe" style="width:615;height:1250;border:"0" frameborder="0"></td>
<td width="90"></td></tr></table>
</td></tr></table>
<?php include ("boden.php");?>
</body>
</html>
danke schonmal im vorraus, gruß