This page demonstrates the results of using Link Manager to add links to "Virtual Tour" images to pages in your Remote Control website. You can view what would appear in the Remote Control Editor here.
The first example is the result of 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 "Virtual Tour" 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 "Virtual Tour" 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 small "Virtual Tour".
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