Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently December 22nd, 2024, 7:44 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: webpage scroll bars
PostPosted: November 4th, 2004, 1:16 pm 
Offline

Joined: November 3rd, 2004, 12:58 pm
Posts: 230
Location: Australia
Hi guys
:cry: I am trying to produce a webpage using Opus Pro 04. I have tried different page sizes but still when I display the pub in IE 6.2 browser (or any other browser for that matter) I still getting the vertical and horizontal scrollbars.
I do not want these scrollbars to appears but I am unable to find the correct pagesize or how to make them disappear.

Any ideas of what to do?

german

_________________
German Silva
Senior Web & Multimedia Developer
E-solutions Inc
Pro version 8.10 user


For this message Koala has been thanked by : mackavi


Last edited by Koala on November 4th, 2004, 2:02 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: November 4th, 2004, 1:52 pm 
Offline

Joined: October 25th, 2004, 12:27 pm
Posts: 526
Location: Digital Workshop
Hi,

Thank you for your enquiry.

There is a known issue whereby the HTML page into which the Opus publication has been embedded displays unwanted additional scrollbars. 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 seventh line and change "publication.htm" so that it matches the name of the .htm file which was generated when you published your project
- Now click File > Save As... and save this with the filename index.htm
- Now upload index.htm, publication.htm and your original .ilm data file to your web server

The web page should first load in the index.htm which in turn pulls the information in publication.htm into a scrollbar-free frame and displays your publication.

I hope this helps. Please do not hesitate to contact me if you have any further queries.

Kind regards,

_________________
Robin Garrett
Digital Workshop Technical Support


For this message Robin Garrett has been thanked by : mackavi


Last edited by Robin Garrett on November 4th, 2004, 6:33 pm, edited 1 time in total.

Top
 Profile Visit website  
 
 Post subject: Perfect
PostPosted: November 4th, 2004, 2:17 pm 
Offline

Joined: November 3rd, 2004, 12:58 pm
Posts: 230
Location: Australia
Hi Robin
Thank you very much for your solution!
German

_________________
German Silva
Senior Web & Multimedia Developer
E-solutions Inc
Pro version 8.10 user


For this message Koala has been thanked by : mackavi


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 21 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