First letter taglib ver. 1.2

    Custom JSP taglib. Lets you add custom CSS settings to the first letter in the paragraph. For example (prints text from EL-variable my_text):
 


<%@ taglib uri="taglib.tld" prefix="f" %>

<f:FirstLetter style="font-size:32px;">${my_text}</f:FirstLetter>

Tags are:

FirstLetter

Body tag lets you add custom CSS style to the first letter in your text. Attributes are:

1) className Optional parameter. Defines a CSS class for the first letter
2) style Optional parameter. Defines a CSS style
3) cond Optional parameter. Describes a boolean value tag's behavior depends on. Default value is true.

for downloading:

Library: flettertag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: