On my html document for some reason instead of printing what it’s suppose to be, it’s just displaying
&
encoding is utf-8
any ideas?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s the entity code for a ampersand – which is why it’s actually displaying as &. Just add amp to the end to actually show it.
Which will ‘&’ in an HTML document.