Equinux iSale 5.9.7 Bedienungsanleitung Seite 91

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 92
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 90
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 templates .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
Seitenansicht 90
1 2 ... 86 87 88 89 90 91 92

Kommentare zu diesen Handbüchern

Keine Kommentare