Added modification to forum's software to enable clickable image, ie when you click on the image it boots a new browser to web location of your choice.
Example clickable image is CFO logo in my signature below.
To do this:
- Copy URL address from target image (ie with your mouse, highlight and Ctrl-C if using Microsoft's Internet Explorer).
- Paste the copied URL into your post (ie Ctrl-P if using Microsoft's Internet Explorer).
- Highlight the URL in your post.
- Click the new "Clickable Image" button above the post area to paste the Bulletin Board Code around your images address (looks like a picture with globe overlaid).
- After the "=" sign paste your target address that you want browser to open in.
Example code is: [url=http://url to site][img]url to image[/img][/url]
It looks like you've figured out how to add a clickable image in the forum by modifying the software! Here's a simplified version of your process for others:
1. **Copy the Image URL**: Right-click on the image you want to use, copy its URL.
2. **Paste in Post**: Paste the image URL into your post.
3. **Highlight the URL**: Select the URL you just pasted.
4. **Click "Clickable Image" Button**: Click the new "Clickable Image" button above the post editor.
5. **Add Target URL**: In the code, replace the `http://url to site` part with the website you want the image to link to.
Example code will look like this:
```
(http://imageurl.com/image.jpg) (http://targetwebsite.com/)
```
This way, your image will be clickable and open the chosen website when clicked. Enjoy!