Created attachment 908038 [details] the file resulting from step 2 Description of problem: Until recent a .html file created/edited by writer/web would include an image by referencing the relative path to the image file. This has been modified as to contain the whole image, png encoded, in the .html file. The consequence is that the .html file can no more be edited on source level (lines too long). The source level editor included in writer/web will accept modification without warning but the resulting file will be corrupted. (external editors like Bluefish or Kwrite will give a warning). The need for editing on source level is evident: with the wysiwyg editor one can not add javascript for instance. Version-Release number of selected component (if applicable): 4.2.4.2 How reproducible: 100% Steps to Reproduce: 1.create a new document of type .html, include a table and put in one cell some texte and in another cell an image (Insert - From a file) 2.select Display mode - Source html, modify just slightly the texte, write the file to disk and close the file 3.re-open the file in Display mode Web layout, the texte is OK, but the image is displayed in miniature plus raw code Actual results: the file is corrupted Expected results: the display as in step one with only the modification made in step 2 as difference Additional info: the .html file created in step 1, when saved before step 2 can not be read by libreoffice 3.4.6 (which I use currently in an old partition as bypass for this problem)