View Single Post
Old 03-03-2014, 04:08 AM   #5
mrwrite
Enthusiast
mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.mrwrite ought to be getting tired of karma fortunes by now.
 
Posts: 37
Karma: 300000
Join Date: Mar 2014
Device: Nook
So far things are still crazy

Yes, tbody modifications are ignored in Sigil.
SIGIL does show a modification in the text when I put the code around
body. The text changes, and I save it.
I open the work in Nook and Cool Reader. Both show the default font. New Times Roman.

According to a checker within SIGIL
Quote:
OEBPS/Fonts/texgyrecursor.otf This resource is present in the OPF <manifest>, but it's not reachable (it's unused).
The current file looks like this:
Quote:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>16-Lettered Words</title>

<style type="text/css">
body {
font-family:'TeXGyreCursor';
font-style:normal;
}
</style>
</head>

<body>
<h1 style="text-align: left;"><font face="Arial serif">16-Lettered Words</font></h1>

<table border="1" cellpadding="2" cellspacing="2" width="100%">
<tbody>
<tr>
<td valign="top">OLIGODENDROGLIA<br />
TACHYARRHYTHMIA<br />
PLEUROPNEUMONIA<br />
PHENYLKETONURIA<br />
COUNTERGUERILLA<br />
LYMPHOGRANULOMA<br />
CHORIOCARCINOMA<br />
TERATOCARCINOMA<br />
MEDULLOBLASTOMA<br />
LYMPHOSARCOMATA<br />
NEUROBLASTOMATA<br />
ANTIAPHRODISIAC<br />
HENDECASYLLABIC<br />
NEUROSCIENTIFIC<br />
POSTHEMORRHAGIC<br />
<br /></td>

<td valign="top">NEUROPATHOLOGIC<br />
HISTOPATHOLOGIC<br />
SYMPTOMATOLOGIC<br />
ANTICHOLINERGIC<br />
PALEOGEOGRAPHIC<br />
PHYTOGEOGRAPHIC<br />
HISTORIOGRAPHIC<br />
CINEMATOGRAPHIC<br />
CHROMATOGRAPHIC<br />
NONPHOTOGRAPHIC<br />
ANTHROPOMORPHIC<br />
GYNANDROMORPHIC<br />
ENCEPHALOPATHIC<br />
PLATYHELMINTHIC<br />
DOLICHOCEPHALIC<br />
<br /></td>
</tr>
</tbody>
</table>

<p><br /></p>

</html>
The CSS file is now:
Quote:
@font-face{
font-family: 'TeXGyreCursor';
font-weight: normal;
font-style: normal;
scr:url('../Fonts/texgyrecursor.otf');
}
should I switch to Calibre?
mrwrite is offline   Reply With Quote