I have loaded some pages to the web using dreamweaver and I have just updated them but it appears the following symbol (脗 ) has appeared on my pages even though it is not there on dreamweaver, has anyone any ideas what this is or how I get rid of it thanks.
Dreamweaver help neededI think that's a character encoding problem.聽 You have to specify your language in your page in the %26lt;head%26gt; so that the browser spits out the same characters that you put in your page.聽 I also think that something like this:
%26lt;head%26gt;
%26lt;meta http-equiv=''Content-Type'' content=''text/html; charset=utf-8'' /%26gt;
%26lt;/head%26gt;
http://www.w3.org/QA/2002/04/valid-dtd-list.html
That page gives full information on specifying a Doc Type and the geeky stuff that needs to go in your page.
Martin
No comments:
Post a Comment