Viewing my webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made a webpage using Microsoft Frontpage 2002.
The address is www.ccfr.net When I have made changes, I
have always been able to ensure everything is viewable by
using Internet Explorer. Recently when I attempt to
access the page on my computer, none of the GIF's will
show. When I ask other people to view the page and see
if they have the same problem, they say no, it looks
fine. I have checked the site at work and it works on
most computers, but not a couple there as well. I was
wondering if this is a programming issue in FrontPage
that I need to correct or an issue in Explorer. I would
appreciate any and all help.

Thanks,
Chad
 
From your source code.
I see this image correctly.
<img src="banner.gif" width="780" height="239" alt="banner.gif (35435
bytes)">

Missing som others such as this one.
<img src="Buttons/about_CCFR.gif" width="120" height="60" alt="About
CCFR.gif (2527 bytes)"
border="0">
--

Look at your reference, looks like about_CCFR.gif should be in "Buttons"
folder. It may be on your computer but not in the server.

Henri Leboeuf
Web page: http://www.generation.net/~hleboeuf/index.htm
 
Back
Top