To post a gallery image into a post, do NOT use the [img] tag. The reason for this is a minor bug in the software. Hopefully to be corrected soon!

Inserting the images into a post requires HTML code rather than UBBCode.

It looks like this:

Code:
<img src="http://www.rsvp-tv.com/img/logo.png</img>


Second, be sure to change the Markup from "using UBBCode" to "using HTML and UBBCode"

If you wish to align the image to the left or right of your text, add
Code:
align="left"
or
Code:
align="right"
to your img line.

Code:
<img src="http://www.rsvp-tv.com/img/logo.png" align="left">