If you create an image div, and select an image to display within it, then remove the image from the div, the page will still display the image.
It seems that when you put an image into the div, it saves some html to disk, but when it is removed it never removes that piece of html from the disk. It is stored in data/[private|public]/assets/bodycopy_div/number/assetid/content_file.php
e.g. data/private/assets/bodycopy_div/0019/3655/content_file.php
Is this a bug?
Thanks,
Sarah
Yes -- if removing the image from the Image container doesn't stop the image from being displayed, I'd say that was a bug! :)
Thanks - Bug 2949 logged!