View Single Post
Old 05-14-2020, 05:06 AM   #10
TashTash
Junior Member
TashTash began at the beginning.
 
Posts: 8
Karma: 10
Join Date: May 2020
Device: kindle
Quote:
Originally Posted by Doitsu View Post
1. You can attach images to posts.
2. We'll need to see the actual footnote styles. (It looks like you styled footnotes (or a parent tag) as text-align: justified;)
Hello,

I know I can post a picture inside the thread, but for some reason I was requested to use a link which didn't work.

However here is the css styles:

Code:
p.footnotes {
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:99;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
}
span.italic-footnote {
	font-style:italic;
	font-weight:normal;
}
span.CharOverride-1 {
	font-size:58%;
	vertical-align:super;
}
span.CharOverride-2 {
	font-family:Arial, sans-serif;
	font-size:58%;
	font-style:italic;
	font-weight:normal;
	vertical-align:super;
}
And this is the part of the code where one of the footnotes appear:

Code:
<p class="body-txt"><br />Jangadas<span class="CharOverride-1"><span id="footnote-032-backlink"><a class="_idFootnoteLink _idGenColorInherit" epub:type="noteref" href="quinta_pitanga_ebook.xhtml#footnote-032">1</a></span></span>

<div class="_idFootnotes">
				<aside id="footnote-032" class="_idFootnote" epub:type="footnote">
					<p class="footnotes"><a class="_idFootnoteAnchor _idGenColorInherit" href="quinta_pitanga_ebook.xhtml#footnote-032-backlink"></a>Jangada, a traditional fishing boat with a single sail.</p>
				</aside>
Should I miss anything out, please let me know.

Thank you so much for your effort and help.
TashTash is offline   Reply With Quote