NOTE: This method is now obsolete.
Use Sitecore.Resources.Images.GetSpacer() instead
Gets an image HTML tag with a blank image.
The image HTML tag.
string spacer = Images.GetSpacer(10, 10, true); // <img src="/sitecore/images/blank.gif" border="0" height="10" width="10" style="vertical-align: middle;">
MainUtil Class | Sitecore Namespace | MainUtil.GetSpacer Overload List