View Single Post
Old 09-15-2009, 02:54 AM  
Alky
Confirmed User
 
Alky's Avatar
 
Join Date: Apr 2002
Location: Houston
Posts: 5,651
use an iframe with css instead:
Code:
header:
  <style type="text/css">
   html, body, div, iframe { margin:0; padding:0; height:100%; }
   iframe { display:block; width:100%; border:none; border:0; }
  </style>

body:
 <body>
  <div>
   <iframe src="/blahhhhhhhhhhhh.php">
   </iframe>
  </div>
 </body>
Alky is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote