Skip to main content
February 22, 2007
Answered

cfformitem question for flashforms

  • February 22, 2007
  • 1 reply
  • 422 views
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?
    This topic has been closed for replies.
    Correct answer The_ScareCrow
    It has to be a jpeg

    Ken

    1 reply

    The_ScareCrowCorrect answer
    Inspiring
    February 26, 2007
    It has to be a jpeg

    Ken
    February 26, 2007
    Yes I went back and read the Developer's Gude notes and found that to be the case. Thanks for your response though.