View Single Post
Old 10-19-2019, 01:26 PM   #4
Philogger
Member
Philogger began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2019
Device: Kindle
Quote:
Originally Posted by Turtle91 View Post
It's telling you that there is a "link" attribute in the tag that shouldn't be there. It should also tell you the file name, line #, and column position to make it easier to find the offending tag. It is also telling you what things are allowed: "class", "dir", "id", "style", "title" or "xml:lang"

If you delete the link - and the other info associated with it (like link="......") - it should get better.

If you have a screenshot of the tag we could help more.
Thanks.
I'm rather naive about this:
I found ten links in the code. This is one.

<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>
<oocumentProperties>
<o:Author>Alain Karmitz</o:Author>
<o:Template>Normal</o:Template>
<o:LastAuthor>Alain Karmitz</o:LastAuthor>
<o:Revision>2</o:Revision>

Is this what I remove?
Philogger is offline   Reply With Quote