Click to See Complete Forum and Search --> : Missing Upload HTML Code


kpphotos
12-13-2005, 05:58 AM
Hi

I have uploaded my web site which is a photographic web site (www.photosbykarlo.com.au). My problem is that on my computer I can not view some or all of the photos. Yet when I go to another computer the images show up fine.

I have tried clearing the cache in the options, as well as ctrl+shift+refresh button and that doesn't work. I tried it in both Mozilla and Internet Explorer same result.

When I view the source code on-line part of the code that puts in the thumbnail is missing. I have listed an example below.

This is what I have uploaded

<td width="25%" align="center"><a href="photos/barbagallo/racecraft/rc0512110011w.jpg" onClick="window.open ('photos/barbagallo/racecraft/rc0512110011w.jpg', 'rc0512110011', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizeable=no, scrollbars=no,width=420, height=310'); return false"><img src="photos/barbagallo/racecraft/rc0512110011.jpg" width="120" height="80" border="0"></a></td>

the part that is missing is when I view the source code

<img src="photos/barbagallo/racecraft/rc0512110011.jpg" width="120" height="80" border="0">

My host has no idea, they can see all the images fine, but me nothing.

I have figured its a local problem since others can see the site but I can't. I have also had a few people also tell me the same thing can't view it at home but can see it fine at work.

So any ideas that would be great.

Cheers

kpphotos

Fang
12-13-2005, 12:16 PM
There are some problems with the table,validate (http://validator.w3.org/check?verbose=1&uri=http%3A//www.karloperisic.com/sport/) them first. See if that helps.