Home | Contact Us | 1-877-693-2967 | Support Login
Automated Content Transformation Software
Support Central
ePublisher –Tour –Latest Release –See Our Help (Reverb) –Live Webinar –Free Trial –Packages –Purchase
Resource Center –Webinars –Whitepapers –Videos –Our Bloggers –Events Calendar –Newsletter
Documentation –Official Product Help –  Access PDFs for printing –Community Help (Wiki) –Archived Technical Notes
Customer References –Case Study: Pitney Bowes –Live Implementations –Companies
Latest Release (2011.3)
ePublisher 2011.3
Website Deliverables - webworks.com Previous Next Index Print
Adding Copyright Information to Output

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

1)

Create a project target override on Page.asp.

*

By default, Page.asp is located in C:\Program Files\WebWorks\ePublisher Pro\For­mats\[FORMAT]\Pages, where [FORMAT] is the name of the format from which the target to be generated is based.

2)

Open Page.asp in the text editor of your choice.

3)

Place your cursor just before the closing </body> tag.

4)

Add the following line of code just before </body>

<div style="font-size: 8pt; font-family: verdana; font-weight: bold; text-align: center;">Copyright &#169; 2006 Quadralay Corporation.</div>

So it should look something like this:

</script>

<div style="font-size: 8pt; font-family: verdana; font-weight: bold; text-align: center;">Copyright &#169; 2006 Quadralay Corporation.</div>

</body>

</html>

*

You can add any CSS style information you would like for the style attribute. In this example, we have set the font to 8pt, verdana, bold, and aligned center.

5)

Save and close the file.

6)

Regenerate your project.

*

If you receive an error such as [Error] An error occurred in 'LoadXMLWithoutRe­solver' 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

w3c logo XHTML 1.0 Valid XHTML 1.0 CSS Valid CSS WAI-A Web Accessibility Initiative, Level A Conformance


Products | Services | Partners | Resources | Support | Company | News | Contact | Site Map

Copyright © 2011 Quadralay Corporation. All rights reserved.
WebWorks and Quadralay are registered trademarks of Quadralay Corporation.