Page 1 of 1

HTML-link to Album in description?

Posted: 03 Aug 2009, 08:36
by Silmaril
Stupid, stupid ... I have seen it in the example files when I installed X2, but can't find it anymore ...

What I want is the 'code' (like <b><b> or <br/>) for generating a link in the description of a picture to another album within the same Gallery.

I use a 'starting folder' with examples of pictures, where the complete alsbum is in another directory / album - I want the user to be able to link directly to that album via f.i. the text / link "See Album XXX" where clicking takes him to that album.

What is the code again? I don't want a complete 'http://" link, will start a new woindow, but switch within Imagevue.

Suggestions welcome!

Posted: 03 Aug 2009, 08:57
by mjau-mjau
You mean you want a to create internal links within the flash gallery itself? Just use the # character, followed by the path. For example like this:
Code
#/content/folder/
#/content/folder/image.jpg

Posted: 12 Sep 2009, 09:17
by Silmaril
Thanks Karl!

Any brackets <> or () necessary?

Posted: 14 Sep 2009, 10:56
by mjau-mjau
Sorry, for the full link in your decription, it would be something like this:
Code
<a href="#/content/folder/">text here</a>
But why not just use the link function in the wysiwig editor?