PDA

View Full Version : Class for captions and gallery descriptions


Allen
Apr-23-2009, 08:11 AM
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.

<html>
my caption or description text to show <br />
<div class="noshow">
not to be showed text <a herf="link">click here</a>
or any other garbage not wanting to show
</div>
</html>