CodeCharge Studio

Image Overview

HTML

<img src="{Image1}">

Image

Description

The Image control is used to embed an image into the current page. Ideally, this control is used when the image location is stored in a database column. When the form is processed at runtime, the image location is retrieved from the database and used to create the actual img tag that displays the image on the page. If you simply need to display a static image on the page, you should use the Image element under the HTML tab of the Toolbox.

See also

Image Reference


On-line, printable versions and updates