So to upload a file. Click the upload file link on the left of the home page.
You then get to this page. Click the choose file button and select the file by the usual file selector shenanigans.
Then your file name is listed in two places. If you have a incredibly stupidly long file name then you can rename it to something more sensible in the second filename box (destination filename) .
Then click the upload button.
I highlighted a green circle because this is the example code you need to include images on your page. This will be explained shortly..
You then get this type of page which shows your image. Basically you are done!
Now the coding part..
Code: Select all
[[File:File.jpg]] to use the full version of the file
[[File:File.png|200px|thumb|left|Caption]] to use a 200-pixel-wide rendition in a box in the left margin with the text "Caption" belowCode: Select all
[[File:Giphy.gif]] So if you wanted to make the image display smaller until clicked on, we would do something like this:
Code: Select all
[[File:Giphy.gif|800px]]Please do not upload images larger than 1600px wide unless absolutely necessary, as we do not have unlimited server storage :) so please be a little economical and don't go wild :) You can upload JPG if a bit of compression does not matter. Or upload PNG if you need specifically a cleaner image etc.
