Titre: Petite aide pour les normes W3C
Posté par: Clara le le 22-08-2009 a 19:28:45
Bonjour,
je suis actuellement en train de faire un site pour un ami.
Mon index est validé (celle-ci est en html), mais la page suivante est en flash. Donc pour celle-ci j'utilise le le "swfobject", mais toujours pas mal d'erreur. Si une personne pourrait m'aider ça serait surper sympa.
Voici mon code :
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>STEVEN SCHLEIDT</title> <meta http-equiv="Content-Language" content="fr"> <meta name="Description" content="Graphiste - Steven Schleidt : Graphisme, publicité, création graphique, communication, agence de communication, agence publicité, charte graphique, création logo, Print, identite, illustration"> <meta name="Keywords" content="graphiste, graphiste, communication, agence de communication, creation graphique, infographiste, agence publicite, portfolio, charte graphique, creation logo, graphisme, publicite, print, identite, illustration"> <meta name="Author" content="CThomas Doumen" lang="fr"> <meta name="robots" content="all"> <link href="css.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="img/favicon.ico" /> <script type="text/javascript" src="swfobject.js"></script>
</head> <body>
<div id="flashcontent"><embed type="application/x-shockwave-flash" src="steven_schleidt.swf" style="" id="Graphiste Steven Schleidt - agence de communication visuelle" name="Graphiste Steven Schleidt - agence de communication visuelle" bgcolor="#ffffff" quality="high" scale="noscale" allowscriptaccess="always" flashvars="choix_langue=fr" width="100%" height="100%"></div>
<script type="text/javascript"> var so = new SWFObject("steven_schleidt.swf", "Graphiste Steven Schleidt - agence de communication visuelle", "100%", "100%", "8", "#ffffff"); so.addParam("quality", "high"); so.addParam("scale", "noscale"); so.addParam("width", "100%"); so.addParam("height", "100%"); so.addParam("allowscriptaccess", "always"); so.addVariable("choix_langue", "fr");
so.write("flashcontent"); </script> </body> </html>
|
|
Si je remplace ceci : <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
par cela : <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
un bug est fait.
Voilà le lien : www.webthomas.fr/steven
et le lien avec le bug : www.webthomas.fr/steven/2
Sinon y a encore une bonne grosse dizaine d'erreur :(
Une idée pour m'aider ?
Merci. |
Forum-webmaster | Actionné par YaBB SE
© 2001-2003, YaBB SE Dev Team. Tous droits réservés.
|