Answered
emoticons do not, but should, flow with the text in a cfformitem type="html"
Try this for yourself, using any 15x15 pixel .jpg:
Emoticon flows with text here:<br />
ColdFusion rocks! <img src="/smile.jpg" width="15" height="15"> ColdFusion rocks!
<hr />
Emoticon does not flow with text here:<br />
<cfform format="flash">
<cfformitem type="html" height="200">ColdFusion rocks! <img src="/smile.jpg" width="15" height="15"> ColdFusion rocks!</cfformitem>
</cfform>
Flash cfform guestbook w/ emoticon support?
Emoticon flows with text here:<br />
ColdFusion rocks! <img src="/smile.jpg" width="15" height="15"> ColdFusion rocks!
<hr />
Emoticon does not flow with text here:<br />
<cfform format="flash">
<cfformitem type="html" height="200">ColdFusion rocks! <img src="/smile.jpg" width="15" height="15"> ColdFusion rocks!</cfformitem>
</cfform>
Flash cfform guestbook w/ emoticon support?
