My chance at redemption?
Sean, think of it like this:
1: you want the picture to show up in the thread, but without the horizontal scroll bar, so you create an image tag with the width set to 800 pixels.
(img width=800)http://i237.photobucket.com/albums/ff114/seanrobertarble/Hunstanton%20GC/001.jpg?t=1316381088(/img)
2: you want the image to be a link, in other words to be clickable, so you "wrap" it with a URL tag, where the URL target points to the same image. For this you use a slightly different construction. Instead of the normal use of the URL tag to bracket the target, you can put the link in the opening tag as in:
(URL=http.....)
When you do this, everything between the opening tag and the closing (/URL) tag will be clickable, and the click will go to link in the opening tag.
If what you put between the links is text, as in:
(URL=http....)A cool Site(/URL)
you'll get your basic web link. If what you put between the URL tags is an img tag, what you get is a clickable image.
So, for clickable images on this site, use:
******************
(URL=LinkToImage)(img width=800)LinkToImage(/img)(/URL)
******************
Cut and paste your link for LinkToImage to get: