Created attachment 176657 [details] Example tables The functions "File -> Send -> Create HTML Document" and "File -> Save As ; format: HTML Document" generate tables with wrong styles. 1. additional margin-bottom in all cells 2. missing cell-border if background is set (due to buggy HTML usage) 3. probaly useless br tag for empty cells For detailed description please see attached .odt.
Bug with missing cell-borders also reported in #tdf126883
missing cell borders fixed in 7.3.0.0 (05dec21). But due to the use of the p tag in the table cells, the formatting (padding) is wrong. 7.1.5 looks a bit better ;-) I'd recommend to use remove the p tag or use a div tag (with proper style) instead. If someone insist on the p tag, there must be a proper style to avoid the default margin and padding.
I can't confirm it with Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: deea3b7471c3dab0220eca6146c225a2d47681a2 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL (opening html-file in firefox) Result 1. spacing is correct 2. Cell "Head 2" has borders Could you please try to reproduce it with a master build from http://dev-builds.libreoffice.org/daily/master/current.html ? You can install it alongside the standard version. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the master build
Version: 7.4.0.0.alpha0+ (x64) cell spacing is still wrong because each th and td scope contains the p tag (as I already descibed in #c2)
[Automated Action] NeedInfo-To-Unconfirmed
*** This bug has been marked as a duplicate of bug 46760 ***