hi
i am developping a web site and have a pretty weird problem, my index.html page works fine with not special character, but all my other pages have the same problem they wrote for exemple:
spécialisé like this spécialisé Ã
here's the code for my index page and my product page:
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>welcome</title>
product.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>product</title>
can someone help me with this issue wich im sure is pretty easy but i dont understand??
thanks a lot
i am developping a web site and have a pretty weird problem, my index.html page works fine with not special character, but all my other pages have the same problem they wrote for exemple:
spécialisé like this spécialisé Ã
here's the code for my index page and my product page:
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>welcome</title>
product.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>product</title>
can someone help me with this issue wich im sure is pretty easy but i dont understand??
thanks a lot