stinger303
Newbie
- May 23, 2010
- 26
- 3
Can you help me understand what this guy is running on his site?
The site is digitalproductsreview . net
Is this just iframes?
The site is digitalproductsreview . net
Is this just iframes?
<html>
<head>
<title></title>
<style type="text/css">
html, body, div, iframe { margin:0; padding:0; height:100%; }
iframe { display:block; width:100%; border:none; }
</style>
</head>
<body>
<div style="height:30px; background-color:#000; color:#fff;">header with his logo and links to navigate back to site</div>
<iframe src="http://www1.shopping.com/" height="100%" width="100%">
</body>
</html>