I'm building a flash form and within my cfform tag I'm trying to hardcode a red
asterisks and some text using cfformitem like this:

<cfformitem type="html"><font color="##000066" size="10"><img
src="../images/gifs/asterisks.gif" />Denotes field is
required</font></cfformitem>

But I can't get the image to show up. Any reason why?