Image style attributes
Image style presentation attributes apply to an IMAGE
element.
Note:
This topic lists presentation style attributes for a specific class of form element, common presentation style attributes can also be used for this type of element.
alignment
Defines the image alignment when the container is bigger than the image itself.
Possible values are a pair of horizontal ("left"
,
"horizontalCenter"
, "right"
) and vertical alignments
("top"
, "verticalCenter"
, "bottom"
). To combine
alignment options, use a space as separator.
Value can also be "center"
, which is equivalent to "horizontalCenter
verticalCenter"
.
The default value is "top left"
.