Editing-Tips.md
... ...
@@ -40,6 +40,23 @@ A few well chosen screenshots can be a useful tool to illustrate a particular po
40 40
7. Upload the file to the wiki and then add it into your page with the image markup
41 41
42 42
43
+### Embedding Images
44
+
45
+In order to add images to the wiki they must first be **uploaded** to the site. Every filename must be unique.
46
+
47
+Once that is done they can be referenced with the relative address /uploads/filename.TYPE (type must be in upper case). For example :
48
+
49
+
50
+
51
+```
52
+![IS Cases in the Enrolment List](/uploads/iscaselist.PNG "Enrolments with IS Cases")
53
+```
54
+
55
+Produces:
56
+
57
+![IS Cases in the Enrolment List](/uploads/iscaselist.PNG "Enrolments with IS Cases")
58
+
59
+
43 60
### Internal Links
44 61
45 62
### External Links