View Single Post
Old 05-11-2025, 02:15 PM   #18
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
PageEdit and Preview do not keep end tags. They are a tree of nodes of different types with a single parent link and multiple children links. End tags only exist in xml/xhtml/html to make it clear where siblings and children end a new node begins so that the tree of nodes can be formed. This tree is often referred to as the DOM or DOM tree.

If you look in the Inspector and have it show the code and find the br tag please take a screen shot of it styles and post it here.

If there is a bug, it is in Chrome's layout engine which is used by the graphics library Qt, that both PageEdit and Preview use.

Just to test, cause I know it looks terrible, but please try applying an inline style attribute with the line height right inside the br tag itself (which should have highest priority in css) Did that impact anything?
KevinH is offline   Reply With Quote