How do I add images to pages?

First you must be logged in as a site administrator to edit pages.

1. Navigate to the edit page of the page you want to add an image to.

2. Below the 'body' section there is a section labeled 'file attachments', click expand it if it is not already expanded.

3. Click 'Browse' ( you may have to use the side scroll bar and scroll to the right to see 'Browse' depending on your screen resolution ).

4. Navigate to and select the image on your computer, click 'Open'.

5. Click the button labeled 'Attach'

6. Your image should upload and be listed along with any other images attached to the page.

7. If you are just attaching the image to your post then this is all that needs to be done, so just click 'Submit' at the bottom. If you want to put the image somewhere specific on the page, then continue following the instructions below.

8. Uncheck the box in the column labeled 'list' next to the image you just uploaded. Also take note of the image name, it will most likely be something like 'image.gif' or 'image.jpg'

9. In the body of the page you will need to find the part in the text that you want the image to display.

10. Put in the following to display the image:

[inline:image.gif]

Where image.gif is the name of your image.

11. Click the Submit button at the bottom and view your paqe to verify the image displays as you expected.

Example:

An example of the code to do this. Lets say I was working on a page about a certain car, the body section of my page looks as follows:

This is my car, I got it last year and every weekend since I got it, I go on long drives through the mountains.

On this page I might put two pictures, the first one of the car above the text and one of the mountains below the text. My images are named 'car.gif' and 'mountain.jpg'. I uploaded the images already and made sure to uncheck the 'list' checkbox next to both of the images. To put the images on the page like I want, the page body should be changed to look like this:

[inline:car.gif]
This is my car, I got it last year and every weekend since I got it, I go on long drives through the mountains.
[inline:mountain.jpg]

After clicking Submit, I can see that my images have been put in the proper places.