Quote:
Originally Posted by Karellen
Jumping between a kindle, libra, iBooks and pc when reading really destroyed any hope of reliable highlighting. So I use a similar method using the <mark> tag
<mark>This is some text I need to highlight/annotate </mark>
My CSS
mark {
background-color: yellow;
}
https://developer.mozilla.org/en-US/.../Elements/mark
|
I was thinking of doing this too, but I'm afraid that it might break certain ereaders, or if I was careless and accidentally typed one extra <> or some other symbol. It seemed to work on MoonReader though