iFrame problem
-
So here is the iframe code:
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″><style type=”text/css”>
#container {
width:800px;
border:3px double #000;
overflow:hidden;
margin:auto;
}
#container iframe {
width:1000px;
height:600px;
margin-left:-200px;
}
</style></head>
<body><div id=”container”>
<iframe src=”http://insightahoy.com/innuendo/plugins/bosssuite/bossprogress.php?s=” frameborder=”0″></iframe>
</div></body>
</html>but this is how wordpress formats it:
http://insightahoy.com/innuendo/plugins/bosssuite/bossprogress.php?s=
The topic ‘iFrame problem’ is closed to new replies.