Personal tools
You are here: Home cmgui Wiki Adding Images to the wiki
Views

History for Adding Images to the wiki

changed:
-
To upload an image you use the "add to folder" drop down list (above right) to add an image file into the wiki directory structure.  When you upload the file you will be asked to enter a short name.  This is the name that will be used by the wiki to refer to this file so I suggest using the actual file name (including the extension).

The file will be added into your current directory (which you can check by looking at the navigation pane on the left).

If your wiki page is in the same directory you can use the img tag to place the uploaded image within the page.  The src needs to use the short name of your image.  For example I uploaded an image with the short name TruncatedCone, so using ::

  <img src="TruncatedCone" />

Will produce the image like so:

  <img src="TruncatedCone" />

You can also use an absolute link as the src ::

  <img src="http://www.cmiss.org/cmgui/wiki/TruncatedCone" />




Contributing to this site

Please add to the wiki any relevant information that you think might be useful to other users of this website. For example, you might like to contribute your experiences, questions and answers.

You are encouraged to contribute to this site regardless of your level of experience. Contributions are welcomed from new and regular visitors.

If you ask a question and receive an answer from a developer you should record it in the wiki. This information is extremely useful and can help other users overcome the same problem.

See how to add and edit pages for more information.