Bonjour
j´ai un probleme qui m´énerve !! !
Mon site étant globalement terminé, je le valide par la w3c.
#
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
#
<html>
#
<head>
#
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
#
<link rel="stylesheet" media="screen" type="text/css" title="Exemple" href="styles/style1.css" />
Erreur à la colonne 98: caractère de données n´est pas permis ici (type #63)
#
<title>TraducWorld</title>
#
</head>
( validateur français ici )
Error Line 5 column 98: character data is not allowed here.
...="Exemple" href="styles/style1.css" />
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).
w3c la
Mais je comprends pas mon erreur :/
quelqu´un pourrait m´expliquer merci 