This is the source code it returns, you can check it out yourself at www.kaggebloggen.se...I'm pretty new to php, so have patience with me.
one thing that should be noted is that the php code in the text2.php doc that is loaded in the iframe is almost the same. I just don't understand...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {font-size: medium}
-->
</style>
</head>
<body>
<table width="1024" height="429" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="132" colspan="2" bordercolor="#FFFF00" bgcolor="#FFFF00"> <h2 align="center">KAGGEBLOGGEN</h2></td>
</tr>
<tr>
<td width="785" height="235" bgcolor="#FFFF00"><iframe name="text" src="text2.php" width="785" height="300"></iframe></td>
<td width="219" bordercolor="#FFFF00" bgcolor="#FFFF00">
</td>
</tr>
</table>
</body>
</html>