View Single Post
Old 05-11-2025, 05:22 PM   #20
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,939
Karma: 6361444
Join Date: Nov 2009
Device: many
Sigil 0.7.2 does not use Qt Webengine it uses the very old QWebKit version and that is now full of security holes since it was never updated and eventually dropped in favour of QtWebEngine which is Chrome.

I am surprised that a br tag can not seem to have a line-height property but a span wrapping that tag can.

Did a web search ...

Ah this is a known thing ... inline tags line height are ignored. It is controlled by the parent block tag.

See this link for more info.

https://stackoverflow.com/questions/...s-not-work-why


Lots of things changed since the old html4 epub2 days. You can of course use css to make your br tag a block tag so that line-heights will work like the old days. See the bottom of that link for another link to more info.

Last edited by KevinH; 05-11-2025 at 05:48 PM.
KevinH is offline   Reply With Quote