View Single Post
Old 03-14-2020, 11:53 AM   #3975
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,039
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by icecold View Post
Sorry for taking a while to notice that the reply was on the next page, but here is the screenshot of the post in my epub
You're including the CSS style from the post tags, which are full of absolute sizings (with both keep_style_attr:true and add_to_keep_html_attrs:,style). Those are screwing up rendering.

You might be able to make those work if you also include a bunch of the CSS SV uses, but it's never going to be perfect because those tab tables rely on javascript to function.

Unfortunately, there isn't a way to remove something added with add_to_keep_html_attrs in a story URL section in FFF personal.ini. Plus you might still want the styles for the rest of the story.

Honestly, I think your best bet is to manually edit that chapter. Or, you know, just skip it. You could even add it to ignore_chapter_url_list for that story.

If this is a common problem, I will consider adding code to FFF to strip style attrs from SV's table tags or something.

(FYI, in future, wrap personal.ini quotes in [code] tags to preserve whitespace correctly.)
JimmXinu is offline   Reply With Quote