View Single Post
Old 04-04-2020, 12:34 PM   #1
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Entering metadata comments as HTML list

I was recently trying to enter Comments metadata for a short story anthology as an unordered list. I typed the following simple code directly in the 'HTML source' box
Code:
<ul><li>Story one</li><li>Story two</li><li>Story three</li></ul>
When I go back to 'Normal view' everything is visually OK but if I go back to the 'HTML source' box the simple code has transformed itself to this:
Code:
<ul><li style="margin-left: 0px; margin-bottom: 0px; margin-top: 12px; margin-right: 0px; text-indent: 0px">Story one</li>
<li style="margin-left: 0px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px; text-indent: 0px">Story two</li>
<li style="margin-left: 0px; margin-bottom: 12px; margin-top: 0px; margin-right: 0px; text-indent: 0px">Story three</li></ul>
I'm not sure how long this has been happening, because I haven't bought any other anthologies recently. I really don't like these unwanted style="" attributes. It clutters up the epub's OPF file and it doesn't look as neat as it used to when I view the Comments on my Kobo's book details page, either, because each line is double-spaced.

I was wondering whether there's anything at all I can do about it?
jackie_w is offline   Reply With Quote