Stamp box taglib ver. 1.1

    Custom JSP taglib lets you add a border to your content simulates a stamp. For example:
 


<%@ taglib uri="taglib.tld" prefix="s" %>
<s:StampBox color="#FFBB00" width="125" height="150">
  It is a stamp
</s:StampBox>

and you will get some like this:
 

It is a stamp

Tags are:

StampBox

Body tag lets you add a special type border (stamp-simulation). Attributes are:

1) id Optional attribute. Describes a CSS/DHTML id for your box
2) color Provides a color for the stamp
3) width Optional attribute. Describes a width for the box (in pixels)
4) height Optional attribute. Describes a height for the box (in pixels)
 

for downloading:

 Library: stampboxtag.jar     Description: taglib.tld

 © Coldbeans      Comments?

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

Also in Coldtags: