Positioning an Image
Often, the easiest way to position an image is to put it inside another element or to use
Text Layout. The image to the right of this text is located in the sidebar of the One column with sidebar text layout.
You can also control the positioning of an image within its parent by using the Postion button on the Design tab of the Picture Tools ribbon as shown in the image to the right. The Float options add CSS class selectors that apply Float:Left or Float:Right. The Inline options add:
| Top |
vertical-align:text-top |
| Middle |
vertical-align:middle |
| Bottom |
vertical-align:text-bottom |
|---|