all right, since it not the program(as you said you have/haven't re-downlaoded it...), nor the ISP(as webpages are still working!), i believe it is an issue with your html code...
You should have folders, using - putting your html code under the "different template tab"
This way, HFS default template isn't touched.
By default, hfs has a default template, which is universal to all webpages.. We will not touch that. (more of an area for a better forum user...)
I see that you are trying to use a "Style" for your uploads.... So i think the issues is with the HTML parsing in the code...
see here for more info for html coding...
http://www.w3schools.com/html/html_links.aspPossible issue / Solution:
Quote: - HTML CODE:
<a href="
http://www.hsc.leaguemanager.biz:6881/Downloads/~files.lst?recursive" target="_blank" style="text-decoration:underline" title="Uploaded files URL">Uploaded files URLs</a>
should be:
<style>
a:link {color:#000000; background-color:transparent; text-decoration:none}
a:visited {color:#000000; background-color:transparent; text-decoration:none}
a:hover {color:#ff0000; background-color:transparent; text-decoration:underline}
a:active {color:#ff0000; background-color:transparent; text-decoration:underline}
<!-- style="text-decoration:underline" -->
</style>
<a href="
http://www.hsc.leaguemanager.biz:6881/Downloads/~files.lst?recursive" target="_blank" alt="Uploaded files URL"> Uploaded files URLs </a>
« Last Edit: March 24, 2015, 04:32:15 PM by bmartino1 »
With the move to hfs 3.0 and github. I'm using Unraid and HFS 3 as a docker. Any File Mentioned is now removed from my google drive.