Adding Copyright Information to Output
Last Modified: October 6, 2006
ePublisher Pro
The purpose of this article is to explain how to add copyright information to the bottom of output pages.
In order to add copyright information to the bottom of output pages, you will need to modify Page.asp.
Please see Creating Project Target Overrides for more information on how to create a project target override.
Modifying Page.asp
|
By default, Page.asp is located in C:\Program Files\WebWorks\ePublisher Pro\Formats\[FORMAT]\Pages, where [FORMAT] is the name of the format from which the target to be generated is based. |
3) |
Place your cursor just before the closing |
4) |
<div style="font-size: 8pt; font-family: verdana; font-weight: bold; text-
align: center;">Copyright © 2006 Quadralay Corporation.</div>
So it should look something like this:
<div style="font-size: 8pt; font-family: verdana; font-weight: bold;
text-align: center;">Copyright © 2006 Quadralay Corporation.</
div>
|
You can add any CSS style information you would like for the |
|
If you receive an error such as [Error] An error occurred in 'LoadXMLWithoutResolver' while loading '[FILE_PATH]\Formats\WebWorks Help 5.0\Pages\Page.asp', you have entered invalid HTML or have tried to use XML replacements and conditions. Make |