I really wanted to write this blog because I keep forgetting how to create a hyperlink in a Pretty Photo Gallery description. I always forget that I can’t use regular syntax. To get a hyperlink in the description in a gallery you have to use HTML entity names.
Here is a screen shot of using the hyperlink in the title of the hyperlink to the image.
In the following code snip you will see how I was able to pull this off.
<a class="viewDetail lightbox" title="To find out more <a href="http://www.chrislail.net" target="_blank" >click here</>" href="/img/Screenshots/Viewer.jpg">
<img class="imgFrame" style="opacity: 1;" src="/img/Screenshots/Viewer.jpg" alt="Pretty Photo is well..Pretty Awesome." width="321px" />
</a>







