View Single Post
Old 11-17-2013, 05:35 PM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by MikeWV View Post
The targets are not underlined in EPUBReader for Firefox or Sigil. Does anyone know if this is a known issue with the Kobo Touch and/or other readers and if so, if there is a work-around?
I don't know why the Kobo behaves this way, but you could fix this by putting both target <a> tags before the target text or use a single <a> tag:

Code:
Target = <a id="xyz"></a>TargetWord
or

Code:
Target = <a id="xyz" />TargetWord
Doitsu is offline   Reply With Quote