|
|
|
|
|
|
Standard customizations refer to any modifications that can be made to most formats, such as adding your company’s contact information or specifying the HEX color value for your hyperlinks. Within each format, there are different methods of implementing standard customizations. In the following sections, we will cover the standard customizations that are applicable to WebWorks Help 5.0.
|
|
Typically, customizations to the WebWorks Help 5.0 format will require that you create a project override. |
These are the standard customizations that you can apply to WebWorks Help:
Hyperlink color settings are stored in webworks.css. The HEX color values of any of the anchor tags (e.g., a:link:active, a:visited, a:link:hover, and a:link) can be replaced with any color HEX value.
|
1. |
In Windows, open your project folder. Create the folder structure displayed in Figure 40. For customizations on the target level, this folder structure should be created in the Targets directory. For customizations on the project level, this folder structure should be created in the Formats directory. |
Figure 40 Folder Structure for Changing the Color of Hyperlinks
|
2. |
Navigate to ePublisher Pro\Formats\WebWorks Help 5.0\Pages\css in your installation directory. |
|
3. |
Select and copy webworks.css. |
|
4. |
Paste webworks.css into the css folder created inside your project folder in step 1. |
|
5. |
Open the webworks.css file placed in the project directory. |
a:link:active { color: #0000CC}
a:link:hover { color: #CC0033}
|
|
|
|
|
|
|
|
|
|
|
|
|
8. |
Save webworks.css. |
If you add a logo image to your project, the logo will display alongside your company contact information on the top and/or bottom of the output pages in your Help system. There is a three-step process in order to get your logo image to display in your output. First, you must place the image that will be used as the logo in the User Files directory; next, you must select the image in Format Settings; finally, you must enable company information to display by using the Style Designer.
|
1. |
In ePublisher Pro, select View > User Files. |
|
3. |
Select Format > Format Settings. |
|
4. |
Click on the value field next to the Company logo image setting. |
|
5. |
Type in the name of the logo image (e.g., logo.gif) or click on the button to select the image from the User Files directory. |
|
6. |
Click OK to close the Format Settings dialog box. |
|
7. |
Select View > Style Designer. |
|
8. |
Click on the Page Styles tab. |
|
9. |
Select the Default page style. |
|
10. |
Click on the Options tab. |
|
12. |
Close the Style Designer. |
You can add your company’s contact information to each output page in your Help system. The company contact information can display on the bottom and/or top of your Topic frame. You specify where the company contact information displays by enabling the Company info displayed at top or Company info displayed at bottom options in the Style Designer.
With WebWorks Help, users may specify a company’s name, e-mail address, phone number, fax number, and create a link to a Web page. The user may enter any information in any field. The information displays in the following order:
Adding a web page creates a link in the Company Name to that Web page. A mailto: link can be added in the e-mail Address section.
|
|
Once you have specified your company’s contact information, you will need to enable the company info display options in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
In addition to adding a company name to your navigation bar, you may modify the font and size of the Company Name field.
|
1. |
Select Format > Format Settings. |
|
2. |
Find the setting Company name. |
|
3. |
In the Value field, enter the company’s name (e.g., Quadralay Corporation). |
|
4. |
Click OK to close the Format Settings dialog box. |
|
|
In order to display company information on the output pages, you must have the company information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
The procedure to modify the appearance of the Company Name field in the navigation bar requires markup to be changed in one place for text appearing at the top of the output page and another place for text that appears at the bottom of the output page.
|
1. |
Open the page.asp file placed inside the project directory as detailed in “Modifying Page.asp” on page 135. |
|
a. |
To modify the appearance of the company name when it appears at the top of the page, locate the following markup: |
<table wwpage:condition=“company-info-top” align=“left” wwpage:attribute-align=“company-info-top-alignment”>
<tr wwpage:condition=“company-name-exists”>
<td style= “text-align:left; font-size:16px; font-weight:bold”>
|
b. |
To modify the appearance of the company name when it appears at the bottom of the page, locate the following markup: |
<table wwpage:condition=“company-info-bottom” align=“right” wwpage:attribute-align=“company-info-bottom-alignment”>
<tr wwpage:condition=“company-name-exists”>
<td style= “text-align:left; font-size:16px; font-weight:bold”>
|
3. |
Choose from the following options to modify your company name information. |
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
|
|
The user may specify the font size to be in points, inches, centimeters, etc. |
In addition to adding an e-mail address to your navigation bar, you may modify the font and size of the field.
|
1. |
Select Format > Format Settings. |
|
2. |
Find the setting Company e-mail address. |
|
3. |
In the Value field, type in the e-mail address (e.g., info@webworks.com). |
|
4. |
Click OK to close the Format Settings dialog box. |
|
|
In order to display company information on the output pages, you must have the company information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
The procedure to modify the appearance of the Company e-Mail address field in the navigation bar requires markup to be changed in one place for text appearing at the top of the output page and another place for text that appears at the bottom of the output page.
|
1. |
Open the page.asp file placed inside the project directory as detailed in “Modifying Page.asp” on page 135. |
|
a. |
To modify the appearance of the company e-mail address when it appears at the top of the page, locate the following markup: |
<table wwpage:condition=“company-info-top” align=“left” wwpage:attribute-align=“company-info-top-alignment”>
<tr wwpage:condition=“company-email-exists”>
<td style=“text-align:left; font-size:12px;”>
|
b. |
To modify the appearance of the company e-mail address when it appears at the bottom of the page, locate the following markup: |
<table wwpage:condition=“company-info-bottom” align=“right” wwpage:attribute-align=“company-info-bottom-alignment”>
<tr wwpage:condition=“company-email-exists”>
<td style=“text-align:left; font-size:12px;”>
|
3. |
Choose from the following options to modify your company e-mail information. |
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
|
|
The user may specify the font size to be in points, inches, centimeters, etc. |
In addition to adding a phone number to your navigation bar, you may modify the font and size of the field.
|
1. |
Select Format > Format Settings. |
|
2. |
Find the setting Company phone number. |
|
3. |
In the Value field, type in the phone number (e.g., 1-800-555-5555). |
|
4. |
Click OK to close the Format Settings dialog box. |
|
|
In order to display company information on the output pages, you must have the company information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
The procedure to modify the appearance of the Company Phone Number field in the navigation bar requires markup to be changed in one place for text appearing at the top of the output page and another place for text that appears at the bottom of the output page.
|
1. |
Open the page.asp file placed inside the project directory as detailed in “Modifying Page.asp” on page 135. |
|
a. |
To modify the appearance of the company phone number when it appears at the top of the page, locate the following markup: |
<table wwpage:condition=“company-info-top” align=“left” wwpage:attribute-align=“company-info-top-alignment”>
<tr wwpage:condition=“company-phone-exists”>
<td style=“text-align:left; font-size:12px;” wwpage:content=“company-phone”>
|
b. |
To modify the appearance of the company phone number when it appears at the bottom of the page, locate the following markup: |
<table wwpage:condition=“company-info-bottom” align=“right” wwpage:attribute-align=“company-info-bottom-alignment”>
<tr wwpage:condition=“company-phone-exists”>
<td style=“text-align:left; font-size:12px;” wwpage:content=“company-phone”>
|
3. |
Choose from the following options to modify your company phone information. |
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
|
|
The user may specify the font size to be in points, inches, centimeters, etc. |
In addition to adding a fax number to your navigation bar, you may modify the font and size of the field.
|
1. |
Select Format > Format Settings. |
|
2. |
Find the setting Company fax number. |
|
3. |
In the Value field, type in the fax number (e.g., 1-800-555-5555). |
|
4. |
Click OK to close the Format Settings dialog box. |
|
|
In order to display company information on the output pages, you must have the company information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
The procedure to modify the appearance of the Company Fax field in the navigation bar requires markup to be changed in one place for text appearing at the top of the output page and another place for text that appears at the bottom of the output page.
|
1. |
Open the page.asp file placed inside the project directory as detailed in “Modifying Page.asp” on page 135. |
|
a. |
To modify the appearance of the company fax information when it appears at the top of the page, locate the following markup: |
<table wwpage:condition=“company-info-top” align=“left” wwpage:attribute-align=“company-info-top-alignment”>
<tr wwpage:condition=“company-fax-exists”>
<td style=“text-align:left; font-size:12px;” wwpage:content=“company-fax”>
|
b. |
To modify the appearance of the company fax information when it appears at the bottom of the page, locate the following markup: |
<table wwpage:condition=“company-info-bottom” align=“right” wwpage:attribute-align=“company-info-bottom-alignment”>
<tr wwpage:condition=“company-fax-exists”>
<td style=“text-align:left; font-size:12px;” wwpage:content=“company-fax”>
|
a. |
Change the font-family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
|
|
The user may specify the font size to be in points, inches, centimeters, etc. |
You can add a link from your company name to your company website.
|
1. |
Select Format > Format Settings. |
|
2. |
Find the setting Company webpage. |
|
3. |
In the Value field, type in the URL to the company’s website (e.g. http://www.webworks.com). |
|
4. |
Click OK to close the Format Settings dialog box. |
|
|
In order to display company information on the output pages, you must have the company information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 134. |
After you have specified your company’s contact information – such as your company’s name and phone number – you need to enable either one or both of the company info display options in the Style Designer. Company contact information appears in the Topic frame.
|
1. |
Select View > Style Designer. |
|
2. |
Click on the Page Styles tab. |
|
3. |
Select the Default page style. |
|
4. |
Click on the Options tab. |
|
5. |
To display company information at the top of the page, find the option Company info displayed at top. |
|
6. |
To display company information at the bottom of the page, find the option Company info displayed at bottom. |
|
7. |
|
8. |
Close the Style Designer. |
Oftentimes in your source document(s), you will have autonumbering enabled for print delivery purposes (e.g., printed manuals and PDFs). This allows you to append autogenerated numbers to your chapters and headings; for online delivery, however, you might not want to include autonumbering in your Help system.
|
1. |
Select View > Style Designer. |
|
2. |
Click on the Paragraph Styles tab. |
|
4. |
Click on the Options tab. |
|
5. |
For the option Keep paragraph numbering, choose Disabled. |
|
6. |
Repeat steps 3-5 for every paragraph for which you wish to disable autonumbering. |
|
7. |
Close the Style Designer. |
To modify the formatting or display of any of the company information that displays at the top or bottom of your output pages, you will need to modify Page.asp. For example, to change the font that your company’s contact information displays in, you will need to modify Page.asp.
|
1. |
In Windows, open your project folder. Create the folder structure displayed in Figure 41. For customizations on the target level, this folder structure should be created in the Targets directory. For customizations on the project level, this folder structure should be created in the Formats directory. |
Figure 41 Folder Hierarchy for Modifying Page.asp
|
2. |
Navigate to the ePublisher Pro\Formats\WebWorks Help 5.0\Pages folder inside the ePublisher Pro installation directory. |
|
3. |
Copy Page.asp. |
|
4. |
Paste Page.asp into the Pages folder created in step 1. |
|
5. |
Open Page.asp. |
|
6. |
Make your changes to Page.asp. |
|
7. |
Save Page.asp. |
To create a popup window, there must be a link between the hot text and the content it will display; after the popup links have been created, popups may be implemented by using marker styles or paragraph styles. Once you set up the hyperlinks in your source document and apply paragraph or marker styles to your content, you will need to assign popup behavior to your paragraph and marker styles.
The three marker styles that are involved in creating usable popups are Popup, PopupOnly, and PopupEnd. These markers are inserted into the source document to specify content that will be displayed in a popup window and whether the popup content will be available through a clickable link. After the popup markers have been properly embedded in the source document(s), popup behavior needs to be assigned in the project.
Here are the popup behaviors that can be assigned to marker styles:
|
|
Popup start: Use this option to designate this marker style as the starting point for popup content. |
|
|
Popup start with no output: Use this option to designate this marker style as the starting point for popup content without a clickable link. |
|
|
Popup end: Use this option to designate this marker style as the ending point for popup content. |
Adobe FrameMaker users must create the popup marker styles they will use before proceeding. If you use Microsoft Word to author your source documents, skip to “Preparing your Document for Popups.”
|
1. |
Go to Special > Marker. |
|
2. |
Select Edit... from the Marker Type drop-down menu. |
|
b. |
To display popups in a window only, name the marker |
|
4. |
Click Add. |
|
5. |
Create a custom marker named |
|
6. |
|
7. |
Click Done. |
|
1. |
Create the hyperlink between the hot text and the content to be displayed and ensure that the link resolves in the document. If you have problems creating the hyperlink, refer to your authoring tool’s Help documentation for information on creating hyperlinks. |
|
|
If you have more than one paragraph in the popup window the hyperlink should go to the first paragraph. |
|
a. |
Go to Special > Marker. |
|
b. |
Select the marker to designate the beginning of your popup content from the drop-down menu: |
|
|
Choose Popup to display your popups in a window and with a clickable link |
|
a. |
From the menu bar in Word, go to WebWorks > Markers. |
|
b. |