You go to your entry. And click on the icon where it says "source". This gives you the HTML. Then just add a line like the following:
<br /><img src="name_of_image.jpg">
Then, click on "source" again and you should see your image in your new entry.
To get the name of the image from Flickr. Go to your image stream in Flickr and right click on your image there and select "Properties". In the box that pops up under the heading "Image Properties", it will list "Image Location:" Highlight that location to the right, and copy it with <Ctrl>-C . Paste it into <img src=""> between the quotation marks as mentioned above.
A glimpse into daily life that isn't so mundane in a relaxed homeschooling family of 11 (plus the dog, the goats, the rabbits, the chickens, the cats...)
May. 17, 2008 - Posting an image
You go to your entry. And click on the icon where it says "source". This gives you the HTML. Then just add a line like the following:
<br /><img src="name_of_image.jpg">
Then, click on "source" again and you should see your image in your new entry.
To get the name of the image from Flickr. Go to your image stream in Flickr and right click on your image there and select "Properties". In the box that pops up under the heading "Image Properties", it will list "Image Location:" Highlight that location to the right, and copy it with <Ctrl>-C . Paste it into <img src=""> between the quotation marks as mentioned above.
Here is an example of an image location:
http://farm4.static.flickr.com/3003/2489010136_9a2b513386.jpg
And here is an example of the code you put in your "source":
<br /><img src="http://farm4.static.flickr.com/3003/2489010136_9a2b513386.jpg">
I hope that helps.