Question: How would I preserve the right-align on
this story? I'm not too worried about the other styling (though it'd be nice to keep it), but it's hard to read it when it's all left-aligned. I have this:
Code:
[archiveofourown.org]
## 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:,title,align,blockquote,div
But it's not working here. Inspect element shows that the author is using some custom classes (wait, that's possible?) but I'm not sure how to handle that -- even if I knew how to add the "message sent" class to the config it wouldn't be attached to the right-align CSS.
Downloading the ePub (or even the HTML) from AO3 directly also has the same issue
and I got a network error with WebToEpub okay WebToEpub doesn't work with "view full work," but I still got no styling with it.