Quote:
Originally Posted by Bid
What am I doing wrong. This code is completely functional in all the browsers.
|
Browsers tend to be more forgiving than ebook readers. You'll need to wrap your Javascript code in
<![CDATA[ ... ]]> tags.
Of course, as KevinH has already pointed out, your book will be invalid because all ids need to be unique. You might want to select the text that you want to hide via class attributes.