Starting point: Editing Message
If the image needs CENTERED:
- Double click on your image.
- This will open a box that will include the Image URL - note this URL.
- Close this box.
- Navigate to View > Source code.
- Locate the image URL in the email content.
- Add the code in red around the image tag.
- <p style="text-align: center;"><img src="imageurlhere" style="text-align: center;"></p>
- Click Update.
- Click Save.
- Double click on your image
- This will open a box that will include the Image URL - note this URL
- Close this box
- Navigate to View > Source code
- Locate the image URL in the email content (example noted in blue)
- Add the code in red within the image tag which corresponds to your image ID.
- <img align="right"
- Click Update
- Click Save
If the image needs to be left aligned:
- Double click on your image
- This will open a box that will include the Image URL - note this URL
- Close this box
- Navigate to View > Source code
- Locate the image URL in the email content (example noted in blue)
- Add the code in red within the image tag which corresponds to your image ID.
- <img align="left"
- Click Update
- Click Save