The apostrophe character you're using, whereever it was copied from, is illegible to HTML without clarifying its ASCII code. I'd recommend either using this character >> ' << or referencing this site: https://www.ascii-code.com/ and using what's listed under "HTML Number" - you can also manually search for characters not on the list as the HTML ASCII list has been expanded multiple times
The apostrophe character you're using, whereever it was copied from, is illegible to HTML without clarifying its ASCII code. I'd recommend either using this character >> ' << or referencing this site: https://www.ascii-code.com/ and using what's listed under "HTML Number" - you can also manually search for characters not on the list as the HTML ASCII list has been expanded multiple times
That's what's causing the ’ and – instead of the angled variants of ' and " (presumably you're using ‘/’ and “/&rdquo from table slots 221-224)
forgot to add the semicolon on that last one but that at least demonstrates how they're used