I think there is a bug in album management. When I put a link in the Album description with 'target="_blank"' it shows well up there (html-mode) but the target disappears once you save the album.
After saving the description, the target part was gone. I also tried a => (target =>()) as seperate line but then the href-part vanished after saving. It seems that all elements have to exist to be allowed.
All this is working properly for me. So, maybe you are doing something different.
First: what version of Zenphoto are you using. Second: are you using the tinyMCE editor for the descriptions? Then, describe EXACTLY the steps you are doing and the results at each step.
Comments
After some try and error I think I found it.
I added the following line:
a => (href =>() target=> ())
and that seems to work.
I first added the target part at the first line like this:
a => (href => () title => () target =>())
but that didn't work???
After saving the description, the target part was gone.
I also tried a => (target =>()) as seperate line but then the href-part vanished after saving.
It seems that all elements have to exist to be allowed.
First: what version of Zenphoto are you using.
Second: are you using the tinyMCE editor for the descriptions?
Then, describe EXACTLY the steps you are doing and the results at each step.