In the RoboHelp HTML menu, choose Format > Style Sheets.
- RoboHelp User Guide
- What’s new
- Introduction
- Projects
- Collaborate with authors
- PDF Layout
- Editing and formatting
- Format your content
- Create and manage cross-references
- Create and manage links
- Single-source with snippets
- Work with images and multimedia
- Create and use variables for easy updates
- Work with Variable Sets
- Use Find and Replace
- Auto save your content
- Side-by-side editing in Split View
- Use the Spell Check feature
- Create and Edit Bookmarks
- Insert and update fields
- Switch between multiple views
- Autonumbering in CSS
- Insert a watermark in RoboHelp project
- Import and linking
- TOCs, indexes, glossaries, and citations
- Conditional content
- Microcontent
- Review and Collaboration
- Translation
- Generating output
- Publish output
- Publish to a RoboHelp Server
- Publish to an FTP server, a Secure FTP server, or a File System
- Publish to SharePoint Online
- Publish to Zendesk Help Center
- Publish to Salesforce Knowledge Base
- Publish to ServiceNow Knowledge Base
- Publish to Zoho Knowledge Base
- Publish to Adobe Experience Manager
- Publish to Atlassian Confluence Knowledge Base
- Publish to a RoboHelp Server
- Appendix
- RoboHelp User Guide
- What’s new
- Introduction
- Projects
- Collaborate with authors
- PDF Layout
- Editing and formatting
- Format your content
- Create and manage cross-references
- Create and manage links
- Single-source with snippets
- Work with images and multimedia
- Create and use variables for easy updates
- Work with Variable Sets
- Use Find and Replace
- Auto save your content
- Side-by-side editing in Split View
- Use the Spell Check feature
- Create and Edit Bookmarks
- Insert and update fields
- Switch between multiple views
- Autonumbering in CSS
- Insert a watermark in RoboHelp project
- Import and linking
- TOCs, indexes, glossaries, and citations
- Conditional content
- Microcontent
- Review and Collaboration
- Translation
- Generating output
- Publish output
- Publish to a RoboHelp Server
- Publish to an FTP server, a Secure FTP server, or a File System
- Publish to SharePoint Online
- Publish to Zendesk Help Center
- Publish to Salesforce Knowledge Base
- Publish to ServiceNow Knowledge Base
- Publish to Zoho Knowledge Base
- Publish to Adobe Experience Manager
- Publish to Atlassian Confluence Knowledge Base
- Publish to a RoboHelp Server
- Appendix
Inserting a watermark
Use these steps to insert a watermark or resolve the issue of watermark not repeating in a project:
-
-
In the Style Type drop-down box, select Document.
-
In the Style box, highlight or select the Body style.
-
Click Edit and select the Background tab.
NoteMake sure that you have selected <Undefined> in the Background Color drop-down box.
-
Click the ... button at the end of the Background Image drop-down box and select the image you want to use for the watermark.
-
Select the Repeat, Attachment, Background, Horizontal, and Vertical Positions attributes for the watermark.
Repeat: Determines how a background image is repeated. You can specify to repeat the image both horizontally and vertically.
Attachment: Specifies if the image scrolls with the content or if it is fixed (like a watermark).
Background Position: Defines the initial position of a background image.
Horizontal Position: Determines the horizontal position for the image, which you can set to left, center, or right.
Vertical Position: Determines the vertical position for the image, which you can set to top, center, or bottom.
-
Click OK.
-
From the RoboHelp HTML menu, choose View > Pane > Project.
-
In the RoboHelp HTML Project pane, right-click the Baggage Files folder and select New Baggage File.
-
Browse to and select the same image you selected in step 5.
-
Save and close the project.
-
In a text editor, open the style sheet you added to this watermark image.
-
In the text editor, search for the text background-repeat : none; and replace it with background-repeat : no-repeat;
-
From the RoboHelp HTML menu, choose File and select your last-opened project. Your project is listed as the first item at the bottom of the File menu.
NoteThe WYSIWYG editor might show a repeating background despite you having a non-repeating background in the style sheet. Your watermark appears correctly in your primary target. If you make changes to this style sheet's background, you have to follow steps 11 and 12 again. These issues have been resolved in RoboHelp HTML version 9.
NoteIn Internet Explorer, if your users have enabled the Accessibility options Ignore Colors Specified on Web pages or Format Documents Using Style Sheet, no background colors or images appear when they view your Help system. Turn off these options for the watermark to appear in your Help system.
-
Compile your project's primary target and test the watermark.