Skip to main content
Participant
March 27, 2014
Question

How do I Customize RoboHelp 11 Responsive HTML5 to include repeating background image?

  • March 27, 2014
  • 2 replies
  • 873 views

Hello,

How do I add a repeating background image (not logo) to the layout found in RoboHelp 11 Responsive HTML5?

Is this something that has to be done inside of Dreamweaver?

Where are the RoboHelp 11 Responsive HTML 5 default themes (skins) stored on the computer?

I have seen the following files in RoboHelp 11 and would like to know if it is possible to edit

these files? 

Responsive_Layout.fpj


C:\Program Files (x86)\Adobe\Adobe RoboHelp 11\RoboHTML\Samples\en_US\EmployeeCare2\EmployeeCare2Project\!ScreenLayout!\Responsive_Layout



Glossary.slp

Index.slp

SearchResults.slp

Table_of_Contents.slp

Topic.slp


C:\Program Files (x86)\Adobe\Adobe RoboHelp 11\RoboHTML\Samples\en_US\EmployeeCare2\EmployeeCare2Project\!ScreenLayout!\Responsive_Layout

By default, there are two themes found in Responsive HTML 5.  They are:

Theme1_Standard

Theme2_Government

Where are these themes located under RoboHelp 11?

Thanks in advance for your response.

James

This topic has been closed for replies.

2 replies

Willam van Weelden
Inspiring
April 1, 2014

You need to set this in the CSS. You can use Dreamweaver, but notepad

will suffice if you have to.

Just be sure to look which element needs the background image.

Syntax:

background-image: url(file.png);

background-repeat: repeat;

Kind regards,

Willam

Peter Grainge
Community Expert
Community Expert
March 28, 2014

Post moved to HTML5 Layouts forum.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.