HTML List Links Not Working
Posted: Mon Aug 10, 2015 10:56 am
Great program!! Thanks for all the effort!! I did find one issue that I thought you would want to know about. When you use the send to List Maker option and click HTML list - it creates a list but the ABSOLUTE LINK column shows an incorrect link. It shows links that look like "a href=file:///D:\Data\Desktop\Garden and Roof\DSC_0001.JPG target=_blankLink/a". I design websites and so I looked at the html code using Notepad++ and found that if the output was changed to "<a href="file:///D:\Data\Desktop\Garden and Roof\DSC_0001.JPG" target=_blankLink</a>" then the link worked correctly. Note that the <a> and </a> attribute needs to have the open and close brackets (IE: <a> instead of just "a" and </a> instead of "/a" and also note that prior to the word file and after .JPG you need a quote marks.