Multiscreen HTML5 generating a blank index.htm
I recently got a new PC at work and instead of reinstalling RoboHelp 2015, I installed RoboHelp 2017. After opening my project and reconnecting with the version control, etc., I generated the customized Multiscreen HTML5 layout that I use.
After it generates, when I open the index.html for the site, it opens up blank. I have tried creating a new screen layout for the project and get the same result.
Opening other pages directly works fine.
The source code for the index.htm is:
<html>
<head>
<meta name="viewport" content="width=device-width, height=device-height" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
</body>
</html>
Any help that you can offer would be greatly appreciated. Thanks!
