|
|
|
|
|
|
These are the standard customizations that the user can apply to Dynamic HTML through ePublisher Pro:
References to file locations in this document assume the user is making modifications to files in the Dynamic HTML format.
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 HEX color value.
|
1. |
In Windows, open your project folder. Create the folder structure displayed in Figure 17. For customizations on the target level, this file structure should be created in the Targets directory. For customizations on the project level, this file structure should be created in the Formats directory. |
Figure 17 Folder Structure for Changing the Color of Hyperlinks
|
2. |
Navigate to ePublisher Pro\Formats\Dynamic HTML\Pages\CSS in your installation directory. |
|
3. |
Select and copy webworks.css. |
|
4. |
Paste webworks.css into the CSS folder created inside your project directory 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. |
You can add your company’s contact information to each output page in your Help system. By default, the company contact information can display on the bottom and/or top of your output pages. 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 DHTML you can specify your company’s name, e-Mail address, phone number, fax number, and create a link to a webpage. These are naming conventions for sections provided to add any information desired by the user. The user may enter any information in any field. The information displays in the following order:
Adding a webpage creates a link of the company name to that webpage. A mailto: link is added in the e-mail Address setting.
|
|
In order to display company contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
In addition to adding a company name to your navigation bar, you may modify the font and size of the text.
|
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 contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
The procedure to modify the appearance of text 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 81. |
|
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” rowspan=“1” colspan=“1”>
|
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” rowspan=“1” colspan=“1”>
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
In addition to adding an e-mail address to your navigation bar, you may modify the font and size of the text.
|
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 contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
The procedure to modify the appearance of text 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 81. |
|
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-e-mail-exists”>
<td style=“text-align:left; font-size:12px;” rowspan=“1” colspan=“1”>
|
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-e-mail-exists”>
<td style=“text-align:left; font-size:12px;” rowspan=“1” colspan=“1”>
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
In addition to adding a phone number to your navigation bar, you may modify the font and size of the text.
|
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 contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
The procedure to modify the appearance of text 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 81. |
|
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” rowspan=“1” colspan=“1”>
|
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” rowspan=“1” colspan=“1”>
|
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.”
In addition to adding a fax number to your navigation bar, you may modify the font and size of the text.
|
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 contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
The procedure to modify the appearance of text 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 81 |
|
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” rowspan=“1” colspan=“1”>
|
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” rowspan=“1” colspan=“1”>
|
a. |
Change the font family by inserting the following markup in the table data element after |
Substitute your preferred font family for “webdings.”
You can add a link from your company name to your company’s 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 contact information on the output pages, you must have the company contact information option enabled in the Style Designer. For more information, see “Displaying Company Contact Information” on page 80. |
If 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.
|
1. |
Select View > Style Designer. |
|
2. |
Click on the Page Styles tab. |
|
3. |
Select the first 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 dialog box. |
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 1-5 for every paragraph for which you wish to disable autonumbering. |
|
7. |
Close the Style Designer dialog box. |
If you need to modify the formatting or display of any of the company information that displays at the top or bottom of your output pages, then you will need to modify Page.asp. For example, if you would like to change the font that your company’s contact information displays in, then you would need to modify Page.asp.
|
1. |
In Windows, open your project folder. Create the folder structure displayed in Figure 18. For customizations on the target level, this file structure should be created in the Targets directory. For customizations on the project level, this file structure should be created in the Formats directory. |
Figure 18 Folder Hierarchy for Modifying Page.asp
|
2. |
Navigate to the ePublisher Pro\Formats\Dynamic HTML\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 placed in the project directory. |
|
6. |
Make your changes to Page.asp. |
|
7. |
Save Page.asp. |