View Single Post
Old 09-24-2018, 01:30 PM   #2938
morsai
Junior Member
morsai began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Aug 2018
Device: Kobo Glo Hd
Quote:
Hello

I have a problem about italics.

After I downloaded this novel, I found out that there were no italic sentences in the novel. That's why, I went to website and opened the source code of the novel and I found out that they use <span style="font-style: italic"> instead of <em> or <i>. I assume that this is the reason but I'm not sure actually.

How can I solve this problem?

Thanks a lot.
I found the solution I think.

There was a similar problem (underline) in the forum and you gave an answer.
Code:
# keep style for all stories
[defaults]
add_to_keep_html_attrs:,style
# keep style for all ffnet stories
[fanfiction.net]
add_to_keep_html_attrs:,style
# keep style for story 7262793 only.
[https://www.fanfiction.net/s/7262793/1/]
add_to_keep_html_attrs:,style
I tried and my problem is solved.

Thanks.

Last edited by morsai; 09-24-2018 at 02:04 PM.
morsai is offline   Reply With Quote