On Saturday 19 January 2002 16:06, chip wrote: > On Friday 18 January 2002 09:39 pm, Chris Lott banged out on the keys: > > > In my code I have the following line: > > > > > > printf("<td align=\"center\"><a href=\"%s\"> > > > <img src=\".xvpics/%s\"></a></td>\n", $row["name"], $row["name"]); > > > > > > When I view this web page I get I get, in- > > > konqueror - all thumb images are fine > > > netscape 6 - no thumb images, just a narrow verticle bar > > > > Can you make this available somewhere to look at? > > Okay, try this: > <a href="http://66.114.152.128/p/public_html/"> > The following files are available for you to look at - > index.html.txt > index.tk.txt > index.pickups.txt > Just enter those file names after the above url to view the source code. > (of course you all already know that).
Interesting problem. It seems that your thumbnails are in an invalid format. Using Opera right-clicking on picture and selecting "Image Properties" reveals that the purported image dimensions are 0 x 0 pixels and Bits per pixel is also 0. Saving the thumbnail and loading into IrfanView gives an invalid header error. I think you'll have to look at re-doing your thumbnails. hth -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* "I'd love to go out with you, but the man on television told me to say tuned." */ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]