Apache OpenOffice (AOO) Bugzilla – Issue 53510
border 'merge with next paragraph' ignored on HTML save/load
Last modified: 2005-08-19 09:50:25 UTC
If I define a paragraph with borders and have 'merge with next paragraph' checked, a group of the paragraphs will have a merged border. If this file is saved as HTML, each paragraph is saved with individual border. If an HTML file is loaded, the paragraph borders are merged, regardless of how they were in the HTML file. I have an example .odt file with example of saved .html and a corrected .html (correction is to the styles to make the paragraphs merged in html), but cannot figure out how to attach a file to this issue. Will email upon request.
Created attachment 28892 [details] The example .odt file
Created attachment 28893 [details] the HTML export of the .odt file
Created attachment 28894 [details] this is the corrected HTML to make paragraphs look the same way as in the .odt file
Just noticed, that paragraph spacing is not adjusted in the HTML export in general. The spacing in the paragraphs in the example file are noticeably larger in the HTML (due to the default paragraph spacing in HTML). In other worlds, if I have this in my OOWriter doc: para1 para2 It looks spaced in the HTML: para1 para2 To correct, need to force paragraph spacing in the html using <p style='margin: ...; padding: ...'> on each paragraph to match the spacing in the .odt file.
MRU->ES: is such feature supported by HTML format???
Those "features" can be achieved in HTML when modifying manually the files. The problem is still and remains the differences between Writer UI defaults and HTML default. Thus -> duplicate. *** This issue has been marked as a duplicate of 19690 ***
Closed