Bonjour,
Je n'arrive pas a appliquer utf-8 pour une page web
Exemple :
Avez-vous une solution svpCode:
1
2
3
4
5
6
7
8
9
10
11
12
13
14 <html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <table> <tr> <td width="125"><font color="#666666" size="2">Facture Impayées</font><font color="#666666" size="2"> </font></td> <td width="137"> <p><font color="#666666" size="2">Réglements</font><font color="#666666" size="2"></font></p> </td> </tr> </table> </body> </html>
Merci