Quote:
Originally Posted by Turtle91
Oh dang...I'm sorry to tell you this, but you have Word Bloat!!! (Duh-duh duhhhh)
The short answer is your header can be reduced to this:
<head>
<title>Philip Ogley</title>
</head>
That will fix your "link" problem. But you will have other errors due to Word inserting a bunch of Word specific tags such as "<o:></o>".
I would recommend saving your word document as "Web Page, Filtered" -OR- use Toxaris' Word plugin to clean up and save the file as an ePub. Then you can open it with Sigil, or Calibre Editor, to do final cleaning.
|
Ok,
Thanks, so I put that code in the bit where it says:
<head>
<meta name=Title content="Philip Ogley">
<meta name=Keywords content="">
<meta http-equiv=Content-Type content="text/html; charset=macintosh">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 10">
<meta name=Originator content="Microsoft Word 10">
<link rel=File-List href="Philip%20Ogley_files/filelist.xml">
<title>Philip Ogley</title>
<!--[if gte mso 9]><xml>
<o

ocumentProperties>
<o:Author>Alain Karmitz</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>Alain Karmitz</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>1</o:TotalTime>
<o:Created>2019-10-19T13:33:00Z</o:Created>
<o:LastSaved>2019-10-19T13:34:00Z</o:LastSaved>
<o:Pages>23</o:Pages>
<o:Words>49254</o:Words>
<o:Characters>280749</o:Characters>
<o:Company>Les Costils</o:Company>
<o:Lines>2339</o:Lines>
<o:Paragraphs>561</o:Paragraphs>
<o:CharactersWithSpaces>344779</o:CharactersWithSpaces>
<o:Version>10.1316</o:Version>
</o

ocumentProperties>
</xml><![endif]-->
The problem I have is that i'm using an old mac (word 2000) and a chromebook, neither of which are compatible with Sigil or Calibre. Plus I'm in the middle of nowhere in rural France. I'm only planning to sell on Kindle and when I upload it to the viewer, it looks fine, but I'm worried it might not be when I publish it.
What do you think?
Thanks again