I'm trying to build pages in xhtml for the first time, and when I use CFFORM
(and therefore <cfinput tags), when CFMX creates the html form, it doesn't
create valid xhtml, and the page wont display.   

Or am I misunderstanding what's supposed to happen?

When I look at the source of the resulting page, the form's input tag is as
follows:

<input type="text" name="username" size="20"> 

when I think it should be:

<input type="text" name="username" size="20" />

Has anyone managed for make CFMX produce valid xhtml in these tags? Or am I
doing something wrong?



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to