|
HOW DO I ADD AN IMAGE TO A PAGE |
|
|
|
|
1. First, make sure the image you want to add is the correct size for the location you want it to appear. An image should rarely be larger than 400 to 600 pixels wide. Reduce the image size as required to fit the location, and note the width and height of the image in pixels.
2. In the administrative section, select Site, then Media Manager.
3. Click the Browse button, select the image then click the Upload button.
4. Locate the thumbnail of the image you uploaded, and click the pen icon under it.
5. Triple click the resulting text that appears in the Image/URL Code box, and press Ctrl-C.
6. Press the Cancel button.
7. Locate the page you wish to edit (usually via, Content, Static Content Manager).
8. Click the HTML button to open the HTML source editor.
9. Locate the point in the text that you want the image to appear, and press Ctrl-V.
10. In the inserted text, after align="left", add the following: width="100" height="100" (substitute width and height values from step 1).
11. Click the Save button.
|