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
for downloading: Library: flettertag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|