Your Gallery description here.....
Substitute "Your Gallery description here....." with your gallery's description.
===== Step 2 =====
Make sure that "html flag" is enabled.
===== Step 3 =====
Add the following CSS tags to your CSS
.galleryheader{
margin: 0px auto;
width:500px;
text-align:center;
}
#descheader {
margin:0px auto;
margin-bottom: 5px;
}
#desctoggle {
text-align:center;
margin:0px auto;
font-weight:bold;
}
#descinside {
text-align:justify;
margin:0px auto;
}
/* IE doesn't understand margin:auto */
body{
text-align:center;
}
/* negate effect of body center above */
#localmenu {
text-align:left;
}
/* negate effect of body center above */
.gallery_comments {
clear:both;
text-align:left;
}
/* negate effect of body center above*/
.comment_section {
clear:both;
text-align:left;
}
===== Caveat =====
The toggle will not work if Javascript is disabled at the user's browser. However, the functionality degrades gracefully by showing the description and not showing the toggle option.
**Bold Text**