View Single Post
Old 01-19-2018, 06:33 PM   #2583
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,025
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Ryune View Post
Blarg, looks like I was using the FFnet version for downloading not the Xenforo version. However the chapter itself does have things in center justification that are not being reproduced in the epub version.

This chapter of the story has the text in question
https://www.fanfiction.net/s/1251521...lver-and-Steel
The first line that this pops up in is "Well met."

For Xenforo the same thing is happening. The chapter in question is here
https://forums.sufficientvelocity.co...2#post-9958859
The same lines are supposed to be both colored differently(it would be nice if these were shaded somewhat if at all possible) and right justified. Neither is reproduced in any way in the epub versions.
In both cases, those are coming from style attributes. You can instruct FFF to keep style attributes in personal.ini:

Code:
## Some attributes cause problems for EBook readers.  By default,
## FanFicFare will remove all attributes except the ones specified
## from all tags.  (The only exception is that <img> tags will also
## keep src, alt and longdesc attributes.)
## Example: To add 'style', 'title' and 'align' to the list to keep,
## in your personal.ini [defaults] put:
add_to_keep_html_attrs:,style,title,align
The section you put it in will control which stories it applies to. [defaults] for all stories (generally), or by site or story URL.
JimmXinu is offline   Reply With Quote