View Single Post
Old 2005-01-07, 07:42 AM   #1
cockatoo
Rock stars ... is there anything they don't know?
 
Join Date: Jan 2005
Posts: 15
Help needed I cannot figure this one out

For the life of me, I cannot figure this one out.

When i view webpages(my own and others) from my computer, sometimes i cannot see an image on the page, usually a banner/button and usually only one image is missing per page. But the image shows up on my partners computer and on other computers, even people I have asked that have never viewed the page before can see it on their computers. However, it won't show up on mine. When I view the source code on my computer, it's competely missing the image tag and path to the graphic.

However when i view the source on my partners computer the image tag and path to the graphic are there: shown below

<A href="http://www.anydomain.com/"><IMG height=90 alt="Any Domain" src="images/www.jpg" width=728> </A>

However on my computer- view source gives this result:

<A href="http://www.anydomain.com/"> </A>

The image tag

<IMG height=90 alt="Any Domain" src="images/www.jpg" width=728>

is missing.

It doesn't make any sense to me.

Maybe someone has a solution to this problem.

Thanks
Cockatoo
cockatoo is offline   Reply With Quote