How To Embed Images In Articles
From Artist Organized Art
External Images (deep linked from other sites)
Code pasted in for above image
<img src="http://aknowles.com/coeurvolant.jpg" border="0" width="310" height="400" alt="aknowles.com">
You can also wrap the image in an external link like this:
Code pasted in for above image
<a href="http://aknowles.com" target="_blank" rel="nofollow" title="Alison Knowles collaborating with Marcel Duchamp"><img src="http://aknowles.com/coeurvolant.jpg" border="0" width="310" height="400" alt="aknowles.com"></a>
This will work in both the article pages and the user profile pages.
Internal Images (from images uploaded to this wiki)
Use the wiki embed code:
[[Image:Example.jpg]]
Where Example.jpg is the file name of the image.