Print View
Working with Images
Use HTML to work with images beyond the options provided through the Image Attachment function.

First, create a hidden section to archive images.  Before uploading an image right click on it from Windows Explorer.  Write down (notepad) the pixel width and height (note: these may be adjusted so long as proportional).

Upload the image to the hidden section. 

Then in Live mode, right click on the image and Copy Shortcut.  Return to the page you're working on.  Switch to HTML Mode.  Insert the image URL into the image placement command between the quotes as follows:

<IMG SRC="/stuff/gzone.jpg"
      WIDTH=138 HEIGHT=143
      BORDER=0
      ALT='Example of IMG tag'>

Adjust the image width, height (pixels), and border to suit.  Decide whether or not you want a caption (ALT line).

Example

<IMG height=328 src="/sites/b5dc83f7-86f1-40e9-bc20-e564f9855963/uploads/050126-2_CityPages.jpg" width=508 border=0>
<P></P>

Additional HTML for Images

<img src=”imageUrl.jpg ”align=right>to align an image
<img src=”imageUrl.jpg ”border=3>change number to vary border