|
Hi. I'm new here and I hope this is the most appropriate forum.
I am having weird html problems. In my body text, I am using several images as links to other images. It all works fine on my machine, but when I upload the page the images don't show up. Others have reported that the images show up fine for them, but they don't show up at all for me on any of the browsers I tested with (IE, Netscape, Opera, Mozilla). I don't even get a placeholder to say that there should be a picture there but it didn't load.
The html has the following code:
<a href="images/clpswa/basemap.jpg" target="_blank"><img src="images/clpswa/basemap_tn.jpg" width="150" height="199" border="2" align="right" alt="First phase source water assessment area" /></a>
If I view the source file off the server via my ftp client, all is well. If I view the source from IE, there is WHITESPACE where the <img> tag ought to be!!!!
There are 4 instances of this on this particular page, plus it is happening on other pages too.
Like I said, 3 other people have said it works fine for them. I deleted ALL my temporary internet files in IE, rebooted, turned off my firewall, and so on....
There are menu images on the page that are also links and they work fine.
I just spent a lot of time by making a copy of the file, removing the <a href> tags, uploading the file, seeing the image show up, then adding the <a href> tag, then verifying that it all works on the server, then the next file, until I had all 4 pictures working. Then I changed the file name and it still worked on the server, even though I didn't expect it to. Finally, I rebooted, and it's all lost now.
I would thoroughly appreciate any help.
Thanks.
|