To resolve this, you can use a small intermediary HTML file to set the web page within a frame which has the correct properties. To do this:
- Please launch Notepad by clicking Start > Programs > Accessories > Notepad
- Copy and paste the following information into the new text file:
Code:
<html>
<head>
<title></title>
</head>
<frameset cols="*,100%" border="0">
<frame>
<frame src="publication.htm" scrolling="no">
</frameset>
</html>
- You will need to edit the "publication.htm" so that it matches the name of the .htm file which you want displayed
-Now click File > Save As... and save this with the filename index.htm
- In your broser object point to index.html and put your origianl html page in the same folder
index.html should load first and then inturn open you html file without scroll bars into a scrollbar-free frame and displays.
Regards
Brenden Knifton