01-02-2009, 10:09 AM
[eluser]Unknown[/eluser]
I found out it had something to do with the enconding. I realized I forgot to specify it with something like:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
Also, replacing special characters (like á) by its HTML equivalent fixed the problem. Try it and let me know.
I found out it had something to do with the enconding. I realized I forgot to specify it with something like:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
Also, replacing special characters (like á) by its HTML equivalent fixed the problem. Try it and let me know.