%ADDTOHEAD{}% expands in-place to an empty string, unless there is an error in which case the variable expands to an error string.
%ADDTOHEAD{ "..." text="..." }%
| Parameter: | Description: | Comment: | 
|---|---|---|
 "..."  |       ID of the head block, such as "MY_CSS"  |      Optional but recommended | 
 text="..."  |      HTML text to add to the head section |  Mutually exclusive with topic=""  |      
 topic="Web.TopicName"  |       Name of topic that contains the full HTML text to add to the head section, such as topic="Main.MyCssTopic"  |       Mutually exclusive with text=""  |      
 requires="..., ..."  |      Comma-separated list of other IDs this one depends on | Optional | 
%ADDTOHEAD{ "MYBOX_CSS" text="<style type=\"text/css\"> .myBox { height: 22px; background-color: #AFB3C5; } </style>" }%