liamloveslearning Posted July 6, 2008 Share Posted July 6, 2008 Not sure if this is in the right forum but im building a dynamic website and on the page im working on Theres a black diamond with a question mnark in and it seems to be messing up the rest of my page, im unfamiliar with this but ive googled it and im being told something about html encoding, does anybody have any ideas? thanks :-\ Quote Link to comment Share on other sites More sharing options...
DarkWater Posted July 6, 2008 Share Posted July 6, 2008 Yes, you need to have the page displayed in UTF-8. Add this tag to the head section of your HTML (which I hope you have), you know, <head> tags. Anyway, add this: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> Quote Link to comment Share on other sites More sharing options...
liamloveslearning Posted July 6, 2008 Author Share Posted July 6, 2008 ahh brilliant! thanks a lot Quote Link to comment Share on other sites More sharing options...
DarkWater Posted July 6, 2008 Share Posted July 6, 2008 No problem. =) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.