  Hi everyone, I found a way by which images can be posted. Remember, Images can be inserted only, not uploaded. To insert images into the blog post, you need to know a little bit of basic HTML. Say, I want to insert a image into the post say a Blogger logo.
All I have to do is write the post as a HTML code. -------- &lt;p&gt; This is a &lt;b&gt;sample test post&gt;/b&gt;&lt;br&gt; This shows how you can insert images into the post&lt;br&gt; &lt;img src="aaa" width="xxx" height="yyy"&gt; eg. Note: 'aaa'=source image, the actual path of the image. You can find this out by rightclicking the image you want to be posted to the blog. 'xxx'=the width of the image to be displayed. 'yyy'=the height of the image to be displayed. -------------------------- Try it out... Bye, Jax. 
