I couldn't find a plugin for that. The site is only on my computer, running on xampp. I tried to use html code to load a jpeg from a folder on my desktop and it wouldn't work. Are there image plugins for vanilla2 ?
@markmac, you are linking to a file on your personal hard drive. It doesn't exist on a public server, which is why it's breaking. You need to upload it to a server of some sort. I always use http://imgur.com/
Comments
<*img src="http://img117.imageshack.us/img117/5067/coolface.jpg" /*> without the *s ...
<*img src="http://C:/Documents and Settings/Mark McKenna/Desktop/webite images 6.31.2010/skyline.jpg"/*>
I didn't put in the asterisks, and it's still not working. But the cool face worked...