Here's why it doesn't work...

Your UBB code (psuedo HTML) reads:

(IMG)http://www.jimbooth.com/daufu.htm(IMG)

(I substituted parentheses for the square brackets)

The problem is with the '.htm' text in your code. '.HTM', as a file name extension, refers to HTML, which means a Web page and the (IMG) tag won't work with Web pages. What you intend to point to is not a Web page but an image. Images have various extensions, most typically '.JPG' which refers to the 'jpeg' format used to store it. The image on the page you wanted to display is: dafuskie1.jpg not dafu.htm.

I would have fixed your code and caused the image to display, however I don't know if the web page or the picture on it is your own property. If you are not the author of the picture, or have the author's permission, you should not post the image here. (The image is on a page that appears to belong to something called the 'Jim Booth Art Gallery, Inc.)

The issue is no different than reprinting a picture or a chapter from a book without the author's permission. Not to single you out, this is forum policy and standard netiquette.

Check the 'Fourm About This Forum' for guidelines and assistance for how to post an image - like this one, fer instance . If your Internet Service Provider (ISP) offers you disk storage, you can place your own stuff there and refer to it with the IMG tag and it will show up. Let me know if you need more assistance, happy to oblige.

Rgds,
__
/im
[This message has been edited by JTimothyA (edited 09-23-99).]