Quote:
Originally Posted by JimmXinu
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.
|
When I add that it doesn't seem to help.
Code:
[Default]
add_to_keep_html_attrs:style,title,align
Is what I have in my personal.ini. However, while add_to_keep_html_attrs is blue, the only attribute that is the green color is 'title'. 'Style' and 'align' don't seem to be registering even on their own.