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.
|