Quote:
Originally Posted by MikeWV
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