I create webpages using simple html. If I place the folder seperately what command do I use to link to the gallery. I must admit I am not a webmaster, but so far the webpapes I did look ok
Technical Support Forums » Web Album Generator
Simple HTML (2 posts)
-
-
To link to an album in a subfolder using HTML, you can include use simple relative paths. For example, if I put my album in a folder called "wedding", then I can link to it like so:
<a href="./wedding/index.html">Wedding Photos</a>Hope this helps!