Navigation bar
  Home Print document Start Previous page
 18 of 27 
Next page End 13 14 15 16 17 18 19 20 21 22 23  

{C2C_PAGE_HEIGHT} This marker tells Click to Convert to insert the specific pixel height for
this page.  This allows you to specify page footers so they appear at the correct location (below the
page content).  This marker is optional and may be omitted.
Example - Purepage.com
Note: This example is based on the PurePageCom template that is found in the Templates\PurePageCom
folder where you installed Click to Convert on your computer.
If we look at the Purepage.com web site we can see that there are four main components of the layout –
the page header, the side navigation, the page content and the footer copyright.
We want all the HTML renditions we publish using the Purepage.com template to look like the
Purepage.com web site.  In essence, we want to replace the page content area with the documents we
publish.  We want to retain the page header, side navigation and footer consistent.
Steps involved in creating the PurePageCom template:
1.
First, we need to group all the files used in this HTML page into a new folder.  This folder should
include the HTML template file, any image files that the HTML page references, any CSS style
sheets the HTML page references and any other files referenced.
2.
Next, we need to open the HTML template file (from now on simply called the template file) in a
text editor such as Notepad.  At the top of the HTML file, you need to specify the additional files
that are referenced by this HTML template by using the {C2C_FILE} marker.  These referenced
files will then be copied when an HTML rendition is created.  We added the following lines to the
top of the template file (it is important to place these markers on separate lines by themselves):