HTML List Links Not Working
HTML List Links Not Working
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
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.
- tactictoe
- Posts: 283
- Joined: Thu Dec 10, 2015 10:56 am
- Location: A galaxy far far downunder
- Contact:
Re: HTML List Links Not Working
Are we talking about an HTML editor? What is its name?
-
- Posts: 6
- Joined: Sat Jul 31, 2021 3:23 pm
- Location: Venezuela
- Contact:
Re: HTML List Links Not Working
Hello! Performing substitutions on the resulting file may help: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.
a href= → <a href="
target= → > target=
blankLink/a → blankLink</a>
Re: HTML List Links Not Working
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...tactictoe wrote: ↑Are we talking about an HTML editor? What is its name?
I have no idea whatsoever if that is the program mentioned here.