Are all of your tags properly nested? I have run into other issues with Dreamweaver when there were problems with the code.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 1:40 PM To: CF-Talk Subject: DreamweaverMX Bug? Has anyone else seen this type of behavior with DreamweaverMX? I'm a longtime ColdFusion Studio user and trying to switch to DreamweaverMX. I am editing one of my templates, via RDS, in DreamweaverMX. When I save the template, it is changing the last three lines of my code as follows. I added the comments while trying to figure out what DreamweaverMX was doing to my code and have left them intact below as it may help others to see what DreamweaverMX is doing: WAS: </cfform> <!--- cfform ---> </cfcase> <!--- cfcase ---> </cfswitch> <!--- cfswitch ---> DREAMWEAVER CHANGED TO: </cfswitch> <!--- cfswitch ---></cfform> <!--- cfform ---> </cfcase> <!--- cfcase ---> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

