Step 4: install your template – equinux iSale 5.9.7 User Manual

Page 91

Advertising
background image

Please make sure that the background colors are specified in two
CSS classes (.rowLight and .rowDark) like this:

<style type="text/css" media="screen,print">
!

.rowLight { background-color: #00000; }

!

.rowDark { background-color: #EDF3FE; }

</style>

To add a customized logo to your print template, simply include
the image file in the RESOURCES folder of your template and
include a relative link to the image in the template’s .html file:

<img src="MyCompanylogo.jpg">

A very simple print template (without the CSS code) could look
like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitio
nal.dtd">

<html lang="en"
xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en">
<head>
</head>
<body>

<!--###BEGINLOOP###-->
<img src="MyCompanylogo.jpg"><br />
<p>
!

Title: <!--###TITLE###--><br />

!

Item Number: <!--###ITEMNUMBER###-->

!

Status: <!--###STATUS###--><br />

!

Listing Fee: <!--###LISTINGFEE###--><br />

!

Current Price: <!--###CURRENTPRICE###-->

</p>
<!--###ENDLOOP###-->
</body>
</html>
<!--###EOF###-->

Step 4: Install Your Template

iSale print templates are stored in "~/Library/Application Support/
iSale 5/

PrintTemplates".

To install a new print template, please complete the following
step:
‣ Locate the template file in the Finder
‣ Double-click the template file

The template will automatically be installed. You now can choose
the template in the print menu of iSale.

91

Advertising