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 & MM_joinChar(MM_keepURL) & "id=" & nextfive.Fields.Item("id").Value %>">
WHY!!!!
and then when I want & 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 |