I have seen this bug as well. In my case, the CSS for a page contains:
body { background-color: #ffffff; margin: 1em 1em 1em 40px; font-family: sans-serif; color: black; background-image: url(/images/logo-left.gif); background-position: top left; background-attachment: fixed; background-repeat: no-repeat; }
The background image (/images/logo-left.gif) is not saved, when it clearly ought to be.
Rich.
I have seen this bug as well. In my case, the CSS for a page contains:
body {
background- color: #ffffff;
font-family: sans-serif;
background- image: url(/images/ logo-left. gif);
background- position: top left;
background- attachment: fixed;
background- repeat: no-repeat;
margin: 1em 1em 1em 40px;
color: black;
}
The background image (/images/ logo-left. gif) is not saved, when it clearly
ought to be.
Rich.