Quote:
Originally Posted by najgori
i am working on a ebook for amazon & have to hide links on a page, so i have to hide it twice: first with <mbp:nu> for older kindles, and "text-decoration:none" for newer.
when i put mobipocket tags in sigil, i cannot longer preview pages, so option "ignore mobipocket tags" would be nice.
|
What do you mean by "hide links" ?
If you mean you don't want readers to know the links are there, then the obvious question is, "why put them there?"
If you mean that you simply wish to supress the
underlining of linked text on older Kindle devices, then the qestion becomes simply, "why?" On those older, b&w eink devices, readers often have no other way of knowing a link exists without the underline.
Either way. It's not likely that Sigil will be internally modified to overlook invalid and/or proprietary tags in its BookView/Preview.
Doitsu may have the most viable workaround for you. It's either that, or write an output plugin that inserts the invalid tag immediately preceding an e!ement that has the "text-decoration: none" attr/value (or a predetermined css class name).