Here is some of the code.
I am trying to frame this page:
http://www.pijhl.com/sites/9994/page...8&Section=Home
What I have come up with so far is this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Abbotsford Pilots - Junior Hockey Team</title>
</head>
<body>
<div style="position: absolute; top: 10%; left: 10%; border: 2px ridge gray; width: 600px; height: 800px; overflow: hidden;">
<iframe style="position: relative; top: -190px; left: -150px; border: none; width: 1000px; height: 800px;"
src="http://www.pijhl.com/sites/9994/page.asp?Site=9994&LeagueID=9994&SeasonID=17&DivisionID=12&page=Teams&TeamID=18&Section=Home" scrolling="auto">
</iframe>
</div>
</body>
</html>
It does not do exactly as I want, but close. I would like the window to be scrollable within the frame. In FF, it seems to refresh poorly. If you visit the first link, you will see the navigation on the left and the banner above the print friendly icon that I am trying to remove.
Can someone possibly show me some php that will pull the data within the content?
Thanks for your help...