Link Files:
Check this option if Dir2HTML should create hyperlinks.
Link-Prefix:
Use the default "./" if the index file
(output-file) is in the root (top folder) of the
input-folder.
Please verify your links after you have created the
index file. If you use rel. links, then the link will not
work if you move the index to a different location.
Convert Spaces in Links to %20:
URL encoding of a character consists
of a "%" symbol, followed by the two-digit
hexadecimal representation.
Space = 32 decimal code and 20 in hexadecimal code.
Sample:
<a href="../../2008-Holidays
in Italy/IMG_0650.JPG">
will be converted to:
<a href="../../2008-Holidays%20in%20Italy/IMG_0650.JPG">
"Lowercase Files and Folders" and
"Uppercase Files and Folders":
Will change the file and folder-names to uppercase or
lowercase letters without changing the links. (The links
will not be changed!)
Sample:
<a href="./2007-Birthday/DSC00016.JPG">2007-Birthday/DSC00016.JPG</a>
Lowercase Files and Folders:
<a href="./2007-Birthday/DSC00016.JPG">2007-birthday/dsc00016.jpg</a>
Uppercase Files and Folders:
<a href="./2007-Birthday/DSC00016.JPG">2007-BIRTHDAY/DSC00016.JPG</a>
Add Back-Link:
Check "Add Back-Link" to add a link to the
top-level section.

Back-Link:
Enter the URL, e.g.
http://www.yourdomain.tld/index.html |