Something that has been puzzling me for some time is the rule regarding the placement of Ids and Links.
I am in the process of adding some footnotes to a book that has existing footnotes. A percentage of the existing footnote links are at the end of paragraphs, situated between the period and the paragraph ending tag (.{link}</p>) as you can see in this example
If I try to add a new ID or link in a similar position I get the error message
If I move the cursor to the left of the period ({link}.</p>) then it works OK. The odd thing is that having created the ID or Link I can move the period to the left of the link and all is fine.
So why can't I create it there in the first place as it appears to be a valid location?