Submitted by aviso on
Bonjour,
Lorsque je test mon site www.radiotherapie-hegp.fr/drupal/
Celui ci n'est pas conforme W3C
J'ai ce message
Sorry, I am unable to validate this document because on line 40 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.
The error was: utf8 "\xF4" does not map to Unicode
J'ai beau regarder la source, mais je ne comprends pourquoi !!
Avez vous une idée ?
Ta fonction javascript pour
Permalien Soumis par haza le 24 Avril, 2008 - 18:59
Ta fonction javascript pour google maps
function load()
{
if (GBrowserIsCompatible())
{
// Instancions la nouvelle carte
var map = new GMap2(document.getElementById("map"));
// Centrons la carte sur Paris
map.setCenter(new GLatLng(48.839694, 2.272999), 14); //Position sur la Tour Eiffel
//Ajoutons nos contr?les
map.addControl(new GMapTypeControl());
map.addControl(new GScaleControl());
map.addControl(new GLargeMapControl());
map.openInfoWindowHtml( new GLatLng(48.839694, 2.272999), "<img src="http://www.radiotherapie-hegp.fr/images/logo_hegp.gif"><br>20 rue Leblanc<br>75015 Paris");
}
}
Remplace le "ô" par un "o" simple, sur le "//Ajoutons nos contr?les "
Merci Haza Je ne pensez pas
Permalien Soumis par aviso le 24 Avril, 2008 - 21:07
Merci Haza
Je ne pensez pas que les commentaires pouvaient agir sur le W3C