So I found a really minor (but annoying) bug in cfimage today... <cfimage action="writeToBrowser" source="#mypic#" format="jpg" alt="my alt text">
Generates <img src="/CFFileServlet/_cf_image/_cfimg-5676754676200696121.jpg" ALT="my alt text" /> Looks fine except for one thing. The tag is written using XHTML markup and as such, "ALT" should be "alt" to generate valid XHTML. Not a huge problem you'll agree but it's annoying when the client wants a standards compliant site... So I went off to http://www.adobe.com/go/wish/ and dutifully filled in the bug report only to be faced with a 404 error on submission... Any ideas if the go wish url I have is correct? Paul ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297084 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

