> I've been gradually moving to DreamweaverMX as my web IDE... just because. > Today I was writing (hand coding) a form in code-view. I saved it to my web > server and tried running it - didn't work correctly. Looked at the HTML > source... WTF - what's all this garbage in here?
There are a few cases were DW can turn your code into garbage, only a limited amount of them are documented: http://www.macromedia.com/support/dreamweaver/ts/documents/translator_code.h tm More in general DW still pretend to figure out the structure of an HTML file and it can go crazy whenever fundamental tags like <body> or <head> are totally dynamically created (as part of includes and the like) I also *strongly* suggest to update DW to 6.1, the updater actually solved a good amount of nasty bugs like the one above. After the update I am able to reproduce only a small subset of the bugs I knew, all of them are related to <cfimport> ---------------------------- Massimo Foti Team Macromedia Volunteer for Dreamweaver Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.macromedia.com/go/team ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

