Search…

X3 Photo Gallery Support Forums

Search…
 
Silmaril
Topic Author
Posts: 7
Joined: 30 Jul 2009, 04:29

HTML-link to Album in description?

03 Aug 2009, 08:36

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!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

03 Aug 2009, 08:57

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
 
Silmaril
Topic Author
Posts: 7
Joined: 30 Jul 2009, 04:29

12 Sep 2009, 09:17

Thanks Karl!

Any brackets <> or () necessary?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Sep 2009, 10:56

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?