Attribute |
Value |
Description |
Comments |
align |
top middle bottom |
Aligns the image |
NOT SUPPORTED |
alt |
cdata |
REQUIRED. Sets an alternate text to be displayed if the image is not displayed. If this is not supplied, either default text displays (if available) or the following message displays: “Image not displayed”. |
SUPPORTED |
height |
px (pixel) % |
Sets the height of the image |
NOT SUPPORTED; the true height parameters will be determined by parsing the WBMP information. |
hspace |
px % |
Sets white space to the left and right of the image |
SUPPORTED; default is 1 pixel. |
localsrc |
cdata |
Sets an alternate representation for the image |
NOT SUPPORTED |
src |
url |
REQUIRED. The path to the image. Must be a .wbmp file. |
SUPPORTED |
vspace |
px % |
Sets white space above and below the image |
SUPPORTED; default is 1 pixel. |
width |
px % |
Sets the width of the image |
NOT SUPPORTED; the true width parameters will be determined by parsing the WBMP information. |