Skip to main content
December 2, 2009
Question

How do I get online help to display full screen when opened?

  • December 2, 2009
  • 1 reply
  • 373 views

I'm working in RoboHelp HTML 8 developing

WebHelp. My client wants the help to display full screen (100%) when it's

opened.

How do I accomplish this?

Thanks

Mendonite

This topic has been closed for replies.

1 reply

Jeff_Coatsworth
Community Expert
Community Expert
December 2, 2009

That depends - how is going to be opened? Context sensitive help calls from within the app using the CSH API? Or just calling the main .html page and having it open up in somebody's browser?

Inspiring
December 3, 2009

If your just opening the html file from a link within your site, then you could code the link to open in a new window at full size. This is not done through RH, but instead on the site where its linking to your webhelp index.html page. Its relatively simple, and you can customise things like viewable buttons, scroll bars etc etc.

have a look here:

http://www.htmlcodetutorial.com/linking/linking_famsupp_87.html