View Single Post
Old 01-02-2018, 11:39 AM   #258
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 951
Karma: 3501880
Join Date: Jan 2017
Location: Poland
Device: Various
From the fourth paragraph, the offset is shifted.
The problem is related to double-byte diacritics.

Code:
<div>
<p>test</p>
<p>test</p>
<p>test</p>
<p xml:lang="es">información</p>
<p>here</p>
<p>here</p>
<p>here</p>
<p xml:lang="pl">żółtko</p>
<p>end</p>
<p>end</p>
<p>end</p>
</div>
BeckyEbook is offline   Reply With Quote