Quote:
Originally Posted by JimmXinu
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.