ad_style_bodynote

one of the documented procedures in this installation of the ACS
Usage:
ad_style_bodynote   { string "" }   { tagset "" }
What it does:
Proc generated by ad_register_styletag to support the bodynote ADP tag.
Defined in: /web/philip/tcl/ad-style.tcl

Source code:


    return "<blockquote>
<font size=-2 face=\"verdana, arial, helvetica\">
$string
</font>
</blockquote>
"


philg@mit.edu