Maps > Formatting
For the moment, we have not implemented the wiki syntax for maps, but fortunately we still have HTML!
Including Images
The most important thing to remember when including images is to define the "height" and "width" of the image.
|
Without Height and Width
<a href="/userfiles/main/example.jpg">
|
With Height and Width
<a href="/userfiles/main/example.jpg" height="113" width="150">
|