Allen
Nov-10-2009, 02:46 PM
This is from a feature request long ago (Apr-23-2009, 10:11 AM ). It now works in the lightbox caption, hiding a div that's html.
CSS used
#lightBoxCaption .noshow {display: none;} /* hide extra album description */
#caption_bottom .noshow {display: block;}
Create a special class name that can be used in photo captions and album descriptions that will be recognized on cat, sub cat, FSSS and lightbox pages. CSS can then be used to hide it.
Currently html does not transfer, only text and there are many cases where only part is wanted to show.
photo caption
my caption or description text to show <br />
<html>
<div class="noshow">
not to be showed text <a herf="link">click here</a>
or any other garbage not wanting to show
</div>
</html>
Now if we can get this to work in FSSS would be great.
CSS used
#lightBoxCaption .noshow {display: none;} /* hide extra album description */
#caption_bottom .noshow {display: block;}
Create a special class name that can be used in photo captions and album descriptions that will be recognized on cat, sub cat, FSSS and lightbox pages. CSS can then be used to hide it.
Currently html does not transfer, only text and there are many cases where only part is wanted to show.
photo caption
my caption or description text to show <br />
<html>
<div class="noshow">
not to be showed text <a herf="link">click here</a>
or any other garbage not wanting to show
</div>
</html>
Now if we can get this to work in FSSS would be great.