Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently January 10th, 2025, 11:55 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Browser Windows
PostPosted: November 23rd, 2005, 7:28 am 
Offline

Joined: November 21st, 2005, 2:14 am
Posts: 12
Anyone have any idea to tell Opus not to create vertical scroll bar? Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: November 23rd, 2005, 11:51 am 
Offline

Joined: October 25th, 2004, 12:32 pm
Posts: 397
Location: Digital Workshop
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


Top
 Profile Visit website  
 
 Post subject:
PostPosted: November 24th, 2005, 12:28 am 
Offline

Joined: November 21st, 2005, 2:14 am
Posts: 12
It works! Thank you.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 52 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group