Hi Robin,
I don't know if the MS Web based forums allow the posting of images in the
message body or not, but most other forums require you to store the image
elsewhere on the web, then link to that image using html code in your posted
message.
For instance, you used and image on your hard drive in your message that was
embedded into the message you sent, like this:
<img src="LOCATION OF IMAGE">
<img src="RDseasons.jpg">
And those of use viewing your message with an NNTP newsreader (such as
Outlook Express) will see your embedded image.
Most web based forums however, require you to upload your image to your web
server first and replace "Location of Image" with the actual URL to the
location of image on your server...something like this:
<img src="LOCATION OF IMAGE">
<img src="
http://rdinternetassociates.com/RDseasons.jpg">
So if the MS Servers for the Web based forums do allow images to be posted
in the body of the message, you would have to follow the second senario and
upload your image first to your own ISP(or some free web storage site) and
then link to it in the Image tag something like this:
<img src="
http://rdinternetassociates.com/RDseasons.jpg">
Don
Robin said:
hmmm I sent it via html
strange
robin