View Single Post
Old 05-01-2023, 08:35 AM   #2
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,272
Karma: 105299897
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
But often H2, H2 etc use CSS styles or other attribute stuff is needed.
Some epub don't put an class or style attribute in the <H1 or <H2 etc HTML but set CSS for all headings of a level in CSS

.h2 {
stuff: value;
more-stuff: value
}

etc.

I only use Transform for Styles and to remove line-height and white-space properties in any CSS.
line-height should never be set in books.

After that you need to edit if it looks wrong in ereader.
Quoth is offline   Reply With Quote