url - Source URL

Specifies the path to an external resource.

Category

basics

Syntax

url="path"

Usage

In Design mode, click the top tab under Properties and look for source, or click All Properties and look for url under basics.

The path name for an image resource is a slash followed by the file name.

Examples

Here an image is placed on the page.
<xp:image url="/sound.gif" id="image1" alt="Sound image"></xp:image>