ad_style_marginnote

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

Source code:


    return "<table width=25% align=right>
<tr>
<td bgcolor=#DDDDDD>
<font size=-2 face=\"verdana, arial, helvetica\">
$string
</font>
</td>
</tr>
</table>
"


philg@mit.edu