Graphics not showing up

G

Guest

I am creating html pages with FP to be viewed in an application & not on the
internet. The graphics are stored on the local network & not on the
internet. When our application calls for the html file it creates a temp
html file in the user's C:\Documents and Settings\UserName\Local
Settings\Temp folder. The problem is that the html comes out fine except
that there are no graphics. The temp html file thinks that the graphics are
in the temp directory & not in their original location.

If graphics are stored on the internet then they are displayed ok but we do
not want these graphics to be stored on the internet . There may be
instances were a notebook user has a local copy of the application & are not
connected to the internet. How can I tell FP to look for the graphics in
their original location?

I hope I have explained myself sufficiently. Thanks
 
A

Andrew Murray

"The graphics are stored on the local network & not on the internet"

That's your problem...the images have to be stored "on the internet" to be
viewed - they are not "embedded" in the page - they are linked via the <img
src> tag.

You need to make sure you're working in a "web" and not an individual page
when using Frontpage, and publish all the files - both HTML pages and
images.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top