Images don't appear on another computer

R

Realmaggie

If I upload my site, all images are shown. But when I view the site from
another pc than they don't show up. I have the same problem with some of the
interactive buttons. What could be wrong here? All buttons are saved in the
same map.
 
T

Thomas A. Rowe

When you create your site, did you have a web / site open in FP, and did you import all images into
this open web / site before using them?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
R

Realmaggie

How do you mean? If the page was open when I published my site? Yes, that can
be. I published everything on the web. All the buttons, all the images,...
This is my site: http://www.magalip.be if you want to take a look.
You need to push the button "sims-fan?" and there it is. The buttons
"contact", "home",... are not shown and also the images I used to link to
another site.
 
J

Jens Peter Karlsen [FP MVP]

You must open a Web not just a single page.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
R

Realmaggie

I'm sorry. I don't understand. All my other buttons and pages work perfectly
and they are all made the exact same way.
 
A

Andrew Murray

interactive buttons use Java - which may not be on the other machine.
Regarding Images, are you sure you're using http:// addresses - rather than
C:\my documents..... (which points to your computer, not actualy to the web
location of the img src. so check your image source tags that they have:

<img src="http://www.site.com/images/somefile.jpg"> or similar,

rather than:

<img src="c:\my documents\my webs\web\images\somefile.jpg">
 
A

Andrew Murray

the buttons on the "sim-fan" page seem to be pointing to a c:\.....location
(on your computer) not a http:/....location.
 
S

Stefan B Rusynko

But when you were asked to save the Interactive Button you chose to save them outside of your web at
C:/Documents%20and%20Settings/Magali%20Priem/Mijn%20documenten/My%20Web%
- probably because you were editing the page w/o Your FP Web open

Recreate them and change the save location to be within your web (in say the images folder)



| I'm sorry. I don't understand. All my other buttons and pages work perfectly
| and they are all made the exact same way.
|
| "Jens Peter Karlsen [FP MVP]" wrote:
|
| > You must open a Web not just a single page.
| >
| > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| > Realmaggie wrote:
| > > How do you mean? If the page was open when I published my site? Yes, that can
| > > be. I published everything on the web. All the buttons, all the images,...
| > > This is my site: http://www.magalip.be if you want to take a look.
| > > You need to push the button "sims-fan?" and there it is. The buttons
| > > "contact", "home",... are not shown and also the images I used to link to
| > > another site.
| > >
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >
| > >>When you create your site, did you have a web / site open in FP, and did you import all images into
| > >>this open web / site before using them?
| > >>
| > >>--
| > >>==============================================
| > >>Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >>WEBMASTER Resources(tm)
| > >>
| > >>FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > >>==============================================
| > >>To assist you in getting the best answers for FrontPage support see:
| > >>http://www.net-sites.com/sitebuilder/newsgroups.asp
| > >>
| > >>| > >>
| > >>>If I upload my site, all images are shown. But when I view the site from
| > >>>another pc than they don't show up. I have the same problem with some of the
| > >>>interactive buttons. What could be wrong here? All buttons are saved in the
| > >>>same map.
| > >>
| > >>
| > >>
| >
 
R

Rick Budde

Maggie:

The question of pictures not showing up on computers
other than the one on which the website was developed is
asked and answered on this newsgroup many, many, many,
many (I think you get the point) times.

Rather than start all over, I would suggest you search
through this newsgroup and read the answers.

Good luck on your new adventure of web site development.

I would also suggest you get a copy of the
book "Microsoft Front Page 200x Inside Out" by Jim
Buyens. Be sure to get the version of the book that
covers your version of Front Page. Reading this book will
save you a whole lot of headaches as you go through the
learning process.
 
R

Ronx

Interactive Buttons do NOT use Java - they use JavaScript which is
available to most browsers in use.
 
Top