Hello,
I got characters. I have a website in french, , i am making the template right now and i have noticed that :
when i got the template code in one page, all the characters are displayed normally including the french letters with accents.
When i split my template into different parts : head content and footer, only the characters in the head part are displayed normally, the ones in the content and footer are just replaced by é...
I am making the site on localhost tight now...
How can i solve this ?
here is the header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Thanks for any help
Yaz