problemer med iframe
Kan i fortælle mig hvorfor min iframe ikke bliver vist i browseren. Jeg kan intet se galt i min kode:<!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=iso-8859-1" />
<link rel="STYLESHEET" type="text/css" href="stylesheet.css">
<title>Untitled Document</title>
</head>
<body class="body" bgcolor="#CCCCCC"><table border="0" cellpadding="0" cellspacing="0" width="750" height="100%" align="center" style="width:750px;height:100%; background-color:#FFFFFF;border-bottom:0px solid;border-left:1px solid;border-right:1px solid;border-top:0px solid;border-color:#000000;">
<tr>
<td valign="top" align="center"><p><img src="top.jpg" /><br /><a href="#">Hjem | Post | Søg | Chat | Forum | Events | Min profil | Hjælp</a></p>
<p><iframe src="vis_profil.html" name="iframe" width="750" height="100%" frameborder="0" allowtransparency="true"></iframe></p></td>
</tr></table>
</body>
</html>
