After using old versions of jAlbum and Neptune for quite a while, I updated to the new versions, and now the links I want to put above the thumbnails don't work as expected any more. Instead of beeing all displayed in one line, the links are now in one separate line each. I assume there is something wrong with the CSS code I inserted in the "Code" section of the Neptune settings.
I used the method as decribed in this old thread:
https://jalbum.net/forum/message.jspa?messageID=340649#340649
I used the CSS
.ne-infotxt > div {display: inline-block; width: 50.00%;}
which got changed while updating the album to
.ja-infotxt > div {display: inlija-block; width: 50.00%;}
I changed ".ja" to ".ne", but that didn't solve the problem.
The "Text that will be inserted above thumbnail table" is for example:
<div><a href="http://viewpics.de/A">A</a></div><div><a href="http://viewpics.de/B">B</a></div>
Any hints how to fix the problem? Thanks!