On Tue, Jul 30, 2002 at 12:58:19PM -0400, T. Elliott Eckhardt wrote: > I am having a problem that I know has a simple solution, but I can't find > it.
simple solution :) > I can pluck HTML files on my harddrive (in a directory outside of the > Plucker directory, I do something like <A > HREF="\thisdirectory\thatdirectory\GW.htm" MAXDEPTH=2>Link</A>) change your HREF to: HREF="file:///thisdirectory/thatdirectory/GW.htm" make sure that you're careful about absolute/relative directories. file:/// means to start from the root dir. That should work. -- Adam McDaniel Array Networks Calgary, AB, Canada
msg01352/pgp00000.pgp
Description: PGP signature

