in reply to Displaying Images using Perl

The easiest way, IMO, to debug something like this is to work backwards. View the page source in your browser and see what that image tag looks like for starters.

Replies are listed 'Best First'.
Re: Re: Displaying Images using Perl
by b310 (Scribe) on Jan 28, 2003 at 20:31 UTC
    Hello, I looked at the source in my browser and the image tag doesn't appear. I have a column labeled "Image" which a value of 1 in that column. Therefore, someplace in the code I placed in this node is not showing the tag. Any ideas? Thanks