As you both saw at least the second image, here is the method I used.The standard way to post the image MyImage.jpg from Web site www.MySite.com is by typing .. which your browser interprets as a command to download and display that image. On the ActonW3 site, if the post is the first one in a thread, the server (sometimes?) returns the text .. replacing '"' with '"', and confusing most browsers. To get around this, change to single quotes, which the HTML standard also allows, and which are not mangled by the ActonW3 server. For example: Alternate text, if you use the optional 'alt=' part of the tag, should also be in single quotes.If quotes around the image name are omitted completely, the image does seem to display correctly. However, as this is non-compliant, and also mangles any alternate text, I don't recommend leaving out the quotes.
Ian M Green ● 5829d