To really know whats happening, it will help to understand the concept of opening and closing tags and why you do it. Hope this helps.....you guys are just lucky you had such an awesome trip.

Tags are like markers.
You need to open a marker to indicate that the next bit of text is a picture, but if you do, you need to tell the website where the marker ends, else it will consider all text after the marker to be part of whatever you are trying to tell it, and in HTML, it just involves putting a "/" in the closing tag(marker).
EG. Images: [
img] (opening) and [/img
] (closing)
Bold Font: [
b] (opening) and [
/b] (closing)
etc (just without the italics, they just there to prevent the browser from interpetting the tags.
So, if you have an image located on photobucket or wherever, you need the path to it. Take a look at my avatar. If you right click the image, and click properties, you will get the following address:
http://www.wilddog.za.net/forum/index.php?action=dlattach;attach=5894;type=avatarNow, the browser didnt take that as an image.
You need to mark it as an "img". The opening image take will be [
img], and closing just gets a forward slash [
/img] (meaning end).
So, to link the image, it will be:
[
img]
http://www.wilddog.za.net/forum/index.php?action=dlattach;attach=5894;type=avatar [/
img]
But without the spaces on either side of the link.
Click on "Quote" for my post, and you can see exactly how I mark the avatar to be displayed below