[center]
This usually works for a photo on the internet (but sometimes the site blocks it!)
type
<img src="
then goto the pic on the internet, right click and select copy image url. i.e....
http://i780.photobucket.com/albums/yy84 ... C00029.jpg
then add
"=>
to the end, so you get
<img src="
http://i780.photobucket.com/albums/yy84 ... 9.jpg"=>
and insert the text into your post.
it's also useful to add a couple of "new line" codes before and after the photo and also if you wish paragraphs. just add <BR> (or <br>) for a new line. it's usually best to use 2 together <br><br> to leave a verticle space between line and also top and bottom of your photo. i.e.
[/center]
<br><br>
<img src="
http://i780.photobucket.com/albums/yy84 ... 9.jpg"=>
<br><br>
[center]
If the photo is a big one, it usually screws up the forum layout, so you can add width="640" to the photo as below to limit the displayed size! Yay!
<img src="
http://i780.photobucket.com/albums/yy84 ... C00029.jpg" width="640"=>
or change 640 to 320 for a half size pic as below.
Oh, if you want everything centered as in this post just add <center> (american spelling) right at the beginning of the post, or where you want centring to start from. you can end it with </center>