On Tue, 17 Jul 2001 01:19:27 +0100, Laurie L Proud wrote:

> Hi All,

> After downloading several HTML webpages from a site with full screen
> colour photographs, (without a hitch), after saving the link in my
> hotpage I can access these pages and photographs while off line from
> the cache after several days.

> I would like to move this data from my cache, and keep it for a little
> while. When I move it into another directory, the links from the pages
> to the photo's don't work.

> Is it possible to maintain the operation of the links while in another
> directory...what do I have to reconfigure ?

> I have made a backup copy of the photographs but technical information
> pertaining to the photo's is in the HTML pages, so need the photo's back
> in the pages. I start the pages from my hotlist as the cache surf is
> broken in 1.7 r3.

> Thank you, Laurie

If the page uses "dynamic addresses" for the images you have no problem.
( <img src="images/someimag.jpg"> )

Place the saved page in c:\saved.pgs\
Place all of the needed images in c:\saved.pgs\images\

Yes, you will need to edit the SRC of the HTM to shorten any LFNs to 8.3
(also rename any LFNS accordingly)

However,
If it uses "static addresses" you need a 3rd step.
( <img src="http://www.somesite.com/images/someimage.jpg";> )

You will need to do both of the above steps *and* remove the
"http://www.somesite.com/"; from the SRC.


-- 
 Glenn
 http://arachne.cz/
 http://freedos-32.sourceforge.net/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm

Reply via email to