Using the [img] tag does this:
To see the image within your post you have to use the HTML code that looks like this:
Quote:
<a href="http://s16.photobucket.com/albums/b5/francis-marion/?action=view¤t=5882517-2.jpg" target="_blank"><img src="http://i16.photobucket.com/albums/b5/francis-marion/5882517-2.jpg" border="0" alt="Photobucket"></a>
|
If the image is not on a regular photo hosting page that provides HTML code for you then you can clean up the above to remove the link and mouse over title code to:
Quote:
<img src="http://i16.photobucket.com/albums/b5/francis-marion/5882517-2.jpg">
|
Then right click on the online image and select Copy Image Location and paste it in place of the http link between the quotes in my example. The quotes are necessary for the code to work.
If you use the HTML code it will appear like this:
<a href="http://s16.photobucket.com/albums/b5/francis-marion/?action=view¤t=5882517-2.jpg" target="_blank"><img src="http://i16.photobucket.com/albums/b5/francis-marion/5882517-2.jpg" border="0" alt="Photobucket"></a>
You can also click the Preview Post button before submitting to make sure it looks the way you want it to.