posted on August 22, 2010 09:08:04 AM new
if you have your photo already uploaded to the web, like in Vendio's Image Hosting you get the link to the photo. To get the link, go to your image that is being hosted on the web and right click (for windows). then click the properties which will display the web extension. This is basically the web address where your image resides. Copy that.
it is a bit difficult to display how to format it here because if I format it correctly the text will not appear b/c the computer thinks I want html code.
basically you want these brackets: [ ]
you will use html code within those brackets: img & /img
img is html code to tell your computer you want to display an image. the /img tells your computer you want to end displaying an image. the brackets distinguish the beginning and end of your code. and the extension tells you where your image is.
remember, absolutely no spaces at all in your code. It should resemble this, but with no spaces.
posted on August 22, 2010 09:19:48 AM new
I should add... make sure you go to the full size image you want to display, not the thumbnail. that way you can show the full size image.