PPRuNe Forums - View Single Post - HTML query
Thread: HTML query
View Single Post
Old 12th February 2011 | 09:28
  #15 (permalink)  
wozzo
Guest
 
Posts: n/a
I would use an iframe

If it's a HTML-document (as indicated by the .htm extension) I would consider an iframe:

Code:
<iframe src="xxx.htm" width="850" height="1100" scrolling="no"  frameborder="0" style="width:850px; height:1100px; border-width:0px;  overflow:hidden">Error: Embedded data could not be displayed.</iframe
This should guarantee a border- and scrollbarless display in all browsers.
 
Reply