I'm using CE6, in IE6, and i'm having an issue where the following code:
<html>
<head>
</head>
<body background="images/greeenback.jpg">
sometext
</body>
</html>
gets saved as (problem sections are bolded):
<html>
<head>
</head>
<body background="images/greeenback".jpg>
sometext 1
</body>
</html>
.
I have reproduced this using the '~/cs/edithtml.aspx' sample included in the .NET 1.0 Framework folder. I've confirmed that it does *not* do this when I use FFox 2.0, same sample page. It only does this if I make a change to the page (e.g. changing "sometext" to "sometext 1").
Please help...
Thanks!
James