website screwed up

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

Guest

Hello,
my pictures are not showing up when my site is live. When I'm in the
"design" mode it shows all the tags. I'm not sure how this happened. Could
someone please help? www.localmissoula.com


Thank you
 
cawill24 said:
Hello,
my pictures are not showing up when my site is live. When I'm in the
"design" mode it shows all the tags. I'm not sure how this happened.
Could someone please help? www.localmissoula.com


Thank you

Well, the short answer is the references are to images on your local disk
e.g. file:///C:/Documents%20and%20Settings/images/Snowbowl%20logo.gif

But how to fix it?

I think that you need to import the images into your web. The references
should then be relative
e.g. images/Snowbowl%20logo.gif
and will be resolved when the site is updated to the web.
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 
In addition to what Trevor said, make sure that you are opening these pages
as part of a FrontPage Web. If you just go to open and edit them without
first editing a web, FrontPage will create links that point to your desktop
filesystem. In this case though, Trevor's explenation is probably closer to
the mark, you have to open a FrontPage Web first, use the File | Import to
bring the files into your site and then link to them.

Also, just an FYI, don't use spaces in filenames. FrontPage may or may not
change the space into a %20, which is the URL equivalent for a space since a
space character is illegal.
 
Back
Top