PDA

View Full Version : Link to A gallery in the description of another gallery?


KimV
Jan-30-2008, 04:12 PM
Would someone please be able to tell me how I can include & make a link to a gallery in another Gallery's "Description" section.
thanks, Kim

denisegoldberg
Jan-30-2008, 04:25 PM
Would someone please be able to tell me how I can include & make a link to a gallery in another Gallery's "Description" section.
thanks, Kim
Here's an example using one of my galleries. In the description of the gallery where I want to post the link, I would put this:

<html>
Click to view my <a href="/gallery/4162113">Ocean fascination</a> gallery.
</html>

The words "ocean fascination" will show and will be clickable to the gallery. Note that the href= value can be the full gallery name (like href="http://denise.smugmug.com/gallery/4162113 (http://denise.smugmug.com/gallery/4162113)"), or it can be the shortcut that I used in the example above.

In fact, the gallery that I used in the example does include a link to a second gallery in the description. So if you look at it with webdev in Firefox you can see the url behind the word "slideshow" in the album description - http://denise.smugmug.com/gallery/4162113.

--- Denise

KimV
Jan-30-2008, 05:19 PM
thanks very much Denise, it works perfectly :D