Please create description of album with a unique ID
for example :
<div id=gallerix_description>text description</div>
And the best that is tuned to the administration page show/hide description of album by clicking with use ccfilter (Collapse text)
http://drupal.org/project/ccfilter
example filter:
http://drupal.org/project/collapse_text
Comments
Comment #1
AlexisWilke commentedBY description, do you mean the node body? The collapse text is done by calling the theme() function with 'fieldset' as the option. So that part is not too complicated to replicate without the use of a filter.
Thank you.
Alexis