View Single Post
Old 09-07-2023, 03:23 PM   #15
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,915
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
For what it's worth, I took a look at the epub. It's a mess. One example is here where a second <title> tag is inside the body tag along with the <style> tag.

Code:
<head>
<title></title></head>
<body>
<title>ACKNOWLEDGEMENTS</title>
  <link href="../Styles/mnc_toc.css" type="text/css" rel="stylesheet"/>
<style>
div.container {
  text-align: center;
}

ol.mnc {
  display: inline-block;
  text-align: left;
  font: 16px Arial, sans-serif;
}
</style>
There were also naked <br/> tags, etc. The } at the end of the stylesheet was missing, etc.

I did a quick and dirty 5 minutes cleanup and have attached that file to this message.

I hope that looking at what was done will give you some help.
I've fixed the Camp Roster page.
Attached Files
File Type: epub e_book_mnc-1970s-reports_new_toc_modded.epub (215.3 KB, 161 views)
JSWolf is offline   Reply With Quote