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