Hi,
1) Place the container Icon images in your container directory.
2) <%@ Register TagPrefix="dnn" TagName="ICON" Src="~/Admin/Containers/Icon.ascx" %>
3) <td><dnn:ICON runat="server" id="dnnICON" /></td>
4)
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<span class="left">
<dnn:ACTIONBUTTON1 runat="server" id="dnnACTIONBUTTON1" CommandName="AddContent.Action" DisplayIcon="True" displayLink="True" />
</span>
<span class="right">
Custom print.gif and Help Icons below
<dnn:ACTIONBUTTON3 runat="server" id="dnnACTIONBUTTON3" CommandName="PrintModule.Action" DisplayIcon="True" DisplayLink="False" iconFile="print.gif" />
<dnn:ACTIONBUTTON4 runat="server" id="dnnACTIONBUTTON4" CommandName="ModuleSettings.Action" DisplayIcon="True" DisplayLink="False" />
<dnn:ACTIONBUTTON5 runat="server" id="dnnACTIONBUTTON5" CommandName="ModuleHelp.Action" DisplayIcon="True" DisplayLink="False" iconFile="help.gif" />
</span>
</td>
</tr>
Hope this helps
</table>