Peter1969 Posted July 28, 2021 Share Posted July 28, 2021 HI, I'm sorry to have to ask a newbie question, but I cannot explain what's happening. I'm creating a website for a local foundation. On this website I'm using one of your beautiful scripts for a slideshow of the pictures of our events. This works perfectly. Only, I get strange characters on the buttons and I don't know where they come from. When I run the page locally, the buttons are fine and without any additional characters. Can you help me solve this? For an example: https://www.degroenepoortoost.nl/NL/ImpressieBloemperkInzaaien.html Link to comment Share on other sites More sharing options...
Ingolme Posted July 28, 2021 Share Posted July 28, 2021 Those characters would be something like left arrows and right arrows. Your document's character set has not been specified. You need to do two things: In your code editor, make sure that the character encoding is set to UTF-8 before saving the HTML file. Add a <meta> tag in the <head> indicating which character encoding is being used in the document like the following: <meta charset="UTF-8"> 1 Link to comment Share on other sites More sharing options...
Peter1969 Posted July 28, 2021 Author Share Posted July 28, 2021 Thanks. That solved my problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now