How do I make the text input in the "Gallery description" under the config tab to become a web link?
edit themes/yourtheme/template.html, find{GAL_DESCRIPTION}
and replace with<a href="foobar.htm">{GAL_DESCRIPTION}</a>
Joachim
or use plain ol' html in you gallery descriptions to control what you want as a link in the gallery description....
You can't use html in the gallery description, you need to change the code as described.
Thankyou! I finally got it working the way I want it.