
You sure you haven't typed a newline somewhere? They get turned to <br>'s, I think.
( , Fri 10 Sep 2004, 13:20, archived)

looking at the preview, an extra / is added before the img tag's closing >
html looks OK locally - just goes a bit "Pete" when I try to preview
feck knows
( , Fri 10 Sep 2004, 13:26, archived)

is to make it valid XHTML: <img> is strictly an opening tag, it has to be closed either by </img> immediately afterwards or by changing it to <img/> (often rendered <img /> so as not to confuse old browsers which don't know what an img/ is.) I guess something on the server side needs submissions to be well-formed XHTML.
Have you tried with just nothing at all in between your two images, and including the / yourself so as not to invite the HTML cleaner script's tinkering?
People do put images together on the main board when they make tesselations, so I've no idea really, I'm really just guessing like you are... but good luck
( , Fri 10 Sep 2004, 13:31, archived)