Add image to forum posting

To add an image to your forum posting:

1. Click on the "Image Assist" icon just below the BODY

Image button

2. "Image Assist" will display your previously uploaded images. Click Upload to upload a new image:

Image assist

3. Fill in the form: give your image a title, click Browse to find the file, then scroll down and click Submit to upload your file.

Image upload

4. After file is uploaded, you'll see the following screen. The system automatically resizes your image. You can insert a "preview" (larger size) or a thumbnail (smaller size). You can also choose the alignment. Then click Insert.

Image insert

5. HTML code will automatically be inserted into your forum posting. This HTML code tells the system where to find the image so that it's displayed with the forum posting. The code will look like the entry below. If you know HTML, you can delete the image "title" in between <STRONG></STRONG> tags. The image is presented in a border. Deleting the outer <SPAN> tags deletes the border.

For cleaner presentation, change this:

<SPAN class="inline left"><IMG class="image preview" title="Image insert" height=417 alt="Image insert" src="http://www.nscyc.org/files/images/bunny_0.jpg" width=520><SPAN class=caption style="WIDTH: 518px"><STRONG>Image insert</STRONG></SPAN></SPAN>

To this:

<IMG class="image preview" title="Image insert" height=417 alt="Image insert" src="http://www.nscyc.org/files/images/bunny_0.jpg" width=520>