Table of Contents
Image markup
Purpose
Used in my observing logs to refer to an image associated with an observation.
Syntax
An image that has no larger version has this syntax:
<image width="Width here" height="Height here" alt="Alternate text here">Name of image here</image>
An image that has a larger version available has this syntax:
<image width="Width here" height="Height here" alt="Alternate text here" zoom="Name of large image here">Name of image here</image>
Examples
An image with no larger version:
<image width="218" height="348" alt="Moon with mobile phone">2006-05-05-Moon-2.jpg</image>
An image with a larger version:
<image width="225" height="289" alt="Moon with mobile phone" big="2006-05-05-Moon-1.jpg">2006-05-05-Moon-1-Half.jpg</image>