View Single Post
Old 04-10-2026, 03:59 PM   #5
ReaderMoa
Junior Member
ReaderMoa began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2026
Device: Calibre
Quote:
Originally Posted by Karellen View Post
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
ReaderMoa is offline   Reply With Quote