This page displays the representations of "Live Picture" images we use in the Remote Control Editor to expedite down load processing. The page layout is the same as it will be on your published web site. You can view the published version here.
The first example is the result of using center alignment. Note that the image is centered (approximately) and that the text appears above and below the image.

The caption, "Large Image", is bold and can be any text you desire. The caption can also include a link to another page if desired.

Large Image

The HTML code used to produce the image above is:

<img border=0 src=owner/emeraldove.ivr align=center caption="Large Image">

If you used Link Manager to upload the image, and then to specify the link to it, the only text you would need to replace is what you want to use for the caption.

Return to Link Manager Help Manual
This is an example of a "Live Picture" image aligned to the right. You can enter as much text or as many images in this area as you like. We have added one standard image, which is aligned left. You would not use another "Live Picture" image at this location becasue the resulting HTML code and Java Appliet would confuse many if not all web browsers. We imagine that you would limit the text in this section to an amount that is consistent with the height of the "Live Picture".
Small Image
The HTML code used to produce the image above is:

<img border=0 src=owner/emeraldove.ivr align=right caption="Small Image">

If you used Link Manager to upload the image, and then to specify the link to it, the only text you would need to replace is the alignment and what you want to use for the caption.

Return to Link Manager Help Manual