Hi,
Some basics: We are using Robohelp 10 to generate multiscreen html5 output. We used the pharmaceutical screen layout downloaded from: http://helpx.adobe.com/robohelp/robohelp-screen-profiles-layouts.html but modified it to match our GUI.
We are having a problem with the browse sequence back and browse sequence next buttons placed in the screen layout from the widgets tool bar. We are in no way experts at this part of Robohelp...and the css portion of all this is a bit of mystery but we have managed to get mostly what we need. Now we just need these buttons to work. In the past we used Airhelp and things worked great. Can anyone help us understand why the sequence buttons are not showing up in the output even though it does in the topic preview?
Also
This shows up in the layout.css file:
- a.wBSBackButton {
margin: 0 8pt 0 0;
padding: 0;
background-color: transparent;
}
- img.wBSBackButton {
border: none;
}
- a.wBSNextButton {
margin: 0 8pt 0 0;
padding: 0;
background-color: transparent;
}
- img.wBSNextButton {
border: none;
Appreciate the help.
Thanks!