Hi there,
Am tearing my hair out over a (i think) simple image problem. I am new at html but have managed to put together a half decent website. However I am not able to upload images. I am using the following html - I can see some of the images on my own pc, and none of the images on a remote pc (you get the dreaded red cross). I have put each thumbnail image on my ftp server, and each full size image in html form on the ftp too.
I can't work this out. I imagine there is a simple solution for an experienced html-er but its a nightmare for me. Someone please - help?!:(
<html>
<body TEXT="000066" bgcolor="#999999">
<A HREF="image1-1.html" target="rightside" align="center"><IMG SRC="thumb1.jpg"
width="50" height="50" border="0"
alt="Click on the thumbnail to see a larger image." align="left"></a>
<A HREF="image1-2.html" target="rightside" align="center"><IMG SRC="thumb2.jpg"
width="50" height="50" border="0"
alt="Click on the thumbnail to see a larger image." align="left"></a>
<a href="image1-3.html" target="rightside"><img
src="thumb3.jpg" width="50" height="50" border="0"
alt="Click on the thumbnail to see a larger image." align="left"></a>




