View Single Post
Old 10-10-2021, 06:16 AM   #6530
motherat
Enthusiast
motherat began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Dec 2020
Device: Onyx Boox Poke2
Quote:
Originally Posted by JimmXinu View Post
FFF does not have such a feature at this time. I might entertain the idea of a one-off ffnet specific optional feature to remove the 'style' attribute from the <div id='storytextp'> tag that contains the text for each chapter.

Does anyone else think this is worthwhile?
Not sure if this will work with all readers, but I think I've found a convenient way to deal with this via output_css. I've added the following line to my custom CSS in personal.ini:

.storytextp {padding: 0 0 0 0 !important;}

...The unnecessary padding remains as a style attribute in the HTML but is overwritten/ignored.
motherat is offline   Reply With Quote