View Single Post
Old 10-30-2015, 01:13 AM   #19
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by Percivale View Post
Could ypu be so kind and guide me what I should do in this particular example?
I found this info in styles folder of the epub

.footnotes {
background-color: black;
border: 1px solid black;
color: gray;
display: block;
height: 2px;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
margin-top: 0.5em;
text-align: left;
width: 30%

What changes should I implement to press the footnotes without hassle?
I will be very grateful.
I'm not sure that's the footnote link style, it looks like the style for the footnote text itself. I'd need to see the part of the html where the link is, i.e. the <a href=...> tag, as well as whatever style is on the tag.

I don't think it is generally possible to fix the links just from the stylesheet though, you usually need to edit each individual html file where the links are located. (Although in some cases you could just increase the font used for the link from the stylesheet, which would help, but even then you probably need to see how the publisher has arranged the <a href=...> tags in the html file to know which selector to use.)
GeoffR is offline   Reply With Quote