I have a construct in which I float a span (with original page numbers) in the right margin:
using the following stylesheet:
In a few cases, when the span in question appears near the line-break, the float gets rendered twice...
I can send a larger example of my HTML if desired.
Fray Sibyla liet hem een figuur slaan als de visscher,
<a id="d0e290"></a><span class="pagenum">[<a href="#d0e290">8</a>]</span>die alen met strikken wilde vangen.
using the following stylesheet:
.pagenum
{
display:inline;
font-size:70%;
font-style:normal;
margin:0;
padding:0;
position:absolute;
right:1%;
text-align:right;
}
In a few cases, when the span in question appears near the line-break, the float gets rendered twice...
I can send a larger example of my HTML if desired.