Page 1 of 1

HTML List Links Not Working

Posted: Mon Aug 10, 2015 10:56 am
by gbensonii
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.

Re: HTML List Links Not Working

Posted: Thu Aug 13, 2015 7:48 am
by Specular
I have no idea what program this topic is about but you should contact the developer if there's a bug. Most applications have a site that lists a contact, and if it's open source there's often an issue tracker.

Re: HTML List Links Not Working

Posted: Wed Feb 03, 2016 4:28 am
by tactictoe
Are we talking about an HTML editor? What is its name?

Re: HTML List Links Not Working

Posted: Sat Mar 26, 2022 4:13 am
by publicdomainvic
gbensonii wrote: 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.
Hello! Performing substitutions on the resulting file may help:

a href=<a href="
target=> target=
blankLink/ablankLink</a>

:)

Re: HTML List Links Not Working

Posted: Sat Mar 26, 2022 12:04 pm
by Midas
tactictoe wrote: Are we talking about an HTML editor? What is its name?
In decoding this 6 year old topic, it may be helpful to note that the only instance of "List Maker" here at TPFC forums is at viewtopic.php?t=21283...

I have no idea whatsoever if that is the program mentioned here. :|