HighDots Forums  

Back to Notepad DW MS re-writing code - Argh

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Back to Notepad DW MS re-writing code - Argh in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CHawke webforumsuser@macromedia.com
 
Posts: n/a

Default Back to Notepad DW MS re-writing code - Argh - 07-11-2003 , 04:55 AM






Argh, with ALL the DO NOPT RE_WRITE code options checked it is still doing it,

whenever I cut, past, move or whatever a line such as this

<a href="index.asp?<%= MM_keepURL & MM_joinChar(MM_keepURL) & "id=" & nextfive.Fields.Item("id").Value %>">

DW re-writes it as

<a href="index.asp?<%= MM_keepURL &amp; MM_joinChar(MM_keepURL) &amp; "id=" &amp; nextfive.Fields.Item("id").Value %>">


WHY!!!!

and then when I want &amp; in a link rather than & (to conform to xhtml standards) it not only changes it back to & - but does this on save - the only way to make the change is in Notepad.

Not happy.

MX is STILL too buggy, still crashing for unknown reasons, but, luckily is still better than the rest.

CH



Reply With Quote
  #2  
Old   
CHawke webforumsuser@macromedia.com
 
Posts: n/a

Default Re: Back to Notepad DW MS re-writing code - Argh - 07-14-2003 , 11:25 AM






<blush>

Got the wrong code in the second bit - basically DW replaces the & with &amp; to make

<a href="index.asp?<%= MM_keepURL &amp; MM_joinChar(MM_keepURL) &amp; "id=" &amp; nextfive.Fields.Item("id").Value %>">


CH




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.