View Single Post
Old 03-18-2017, 01:52 AM   #1
tobias.wantzen
Member
tobias.wantzen began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2011
Device: none
Amazon eInk Devices: Hidden Text Possible?

Hello,

there are images with text on them, which should be searchable, in my actual eBook. So I decided to embed the image, set all the image text as HTML text down under it, and hide that text with CSS:
Code:
p.hidden {
	color: #fff;
	visibility: hidden;
	font-size: 1px;
	line-height: 1px;
}
Within EPUB and all KF8 devices everything is fine. But the eInk doesn't work.

Is there any option to make this work? Or: Is there any better workaround, that is good enough for all devices?

Thanks
Tobias
tobias.wantzen is offline   Reply With Quote