Post Reply 
Thumbnail
Apr. 04, 2004, 01:27 AM
Post: #3
 
mozerd Wrote:Can anyone tell me why any of the thumbnails at the following link will not display their respective images when clicked -- all I get is a marker with an "x"?

Thumbnails

What is odd is that when I display the thumbnails on my local computer the images work just great but when I publish these thumbnails to my Web server I get what I described above.
I get "http://members.rogers.com/webstart/DSCN3826.JPG" when I click on the first picture.

I know what the problem is.

Your code is as follows:

<a href="page1.htm"><img src="DSCN3826.JPG">[/url]

It should be:

<a href="page1.htm"><img src="DSCN3826.jpg">[/url]

Notice the lettercase "jpg". Due to Rogers' scripting and features, it is case-sensitive.

Also, I'm a customer of Rogers as well Big Teeth
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - mozerd - Apr. 04, 2004, 12:01 AM
[] - JakBeNymble - Apr. 04, 2004, 12:24 AM
[] - Kye-U - Apr. 04, 2004 01:27 AM
[] - mozerd - Apr. 04, 2004, 01:46 AM

Forum Jump: