Daily Archives: March 20, 2012


CFIMAGE and alt tags

Ever used CFIMAGE with the “writeToBrowser” action?  A nifty way to display an image you've read into memory, or maybe made with ImageNew.  However, you may have found yourself looking at the source code and going ARG! when you spotted that empty alt tag.  <cfset myImage = ImageNew(“”, 100, 100, […]