Uploading Images from your Computer in 3 Steps.
Uploading images for fun and profit
A basic walkthrough on how to upload pictures. It's weird, but easy. Sort of.
1) First just add the following code in with your text where you want the image to be (ie top, bottom, middle ect..).
If the image is the size you want it use:
[[image(example.jpg,right)]]
or
[[image(example.jpg,left)]]
or
[[image(example.jpg,center)]]
If the image is BIG and you want a thumbnail:
[[image(example.jpg,left,thumbnail,300)]]
or
[[image(example.jpg,right,thumbnail,200)]]
or
[[Image(example.jpg,center,thumbnail,100)]]
(note that I gave examples of how you can change location and/or thumbnail size)
2) Click "Preview" and you will see a link in the preview area below, click that link.
3) Click "Browse" in the new window, point to file on your system then click "Upload". Then click "Close and Preview".
Adding text: [[image(example.jpg,right,thumbnail,200,"This is an example image")]]
Example: code I use to display image on this page:
[[image(example.jpg,right,thumbnail,300,"Uploading images for fun and profit")]]