2019.2

Table Of Contents
How to add or modify a hyperlink is described in a how-to; see How to dynamically insert a
hyperlink. This implies writing a script. For information about scripts, see "Writing your own
scripts" on page853.
Adding a personalized link
Personalized URLs (pURLs) are links that are tailor-made for a specific purpose, generally for
individual clients. Typically, a pURL in a Connect template takes the user to a personalized
landing page, for example, to download an invoice or get access to specific products or
services. For more information, see "Personalized URL" on page824.
Images
Images are a powerful ingredient in all of your templates. This topic explains how to add and
use them. Currently the supported image formats are:
l AFP
l BMP
l EPS
l GIF
l JPG/JPEG
l PCL
l PDF
l PNG
l PS
l SVG
l TIF/TIFF
Base64 encoded images are supported; however, they are added differently: set the src
attribute of an <img> element to the base64 code (see below, "Images" above).
For Email and Web output, PNG is the preferred image format.
EPS, PDF, SVG and TIFF images in an Email or Web section are automatically converted to
PNG to ensure that they can be seen in the browser or email client.
Page 724