I had an enquiry from a new user today:
RE:
...which I have created in My Documents. I do not see a link to these files as like you have for photos. Maybe I can copy and paste my document file?
Linking to documents is very easy if you know your way around he folders on your computer.
In the text regions of
any screen which takes a "blob" of data, you can type in the file names, preceded by:
File:///This prefix activates the text, making it into a clickable link, exactly like a web link, which then opens the document in a web browser window
This applies to Bank Genie and all the Gardening Software programs
The only snag is, you need to replace any spaces with
%20
You also need the full path to the document, and its extension.
Note also that you can use forward slashes
Heres a few examples:
Web link
http://www.ideasforgardens.netA Word document
file:///f:/cd%20labels/SWAP-Brian%20Denison/BrianDenison.DOC
Note the space between cd and labels replaced with %20
An htm file on a local drive (in this example, a link to a htm page created using the Web page Generator - WPG- in Ideas Genie Pro/Bonsai Genie)
file:///c:/igdata_sets/web/palustris/index.htm
An image
file:///C:/igdata_sets/web/palustris/JULY012008%20015.JPG
A text file
file:///f:/links/norway-denmark-sweden/links.txt
Excel file
file:///f:/myExcelFiles/links.XLS
Useful?