Page html
Résolu/Fermé
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
-
25 sept. 2012 à 11:46
bg62 Messages postés 23673 Date d'inscription samedi 22 octobre 2005 Statut Modérateur Dernière intervention 24 janvier 2025 - 25 sept. 2012 à 14:33
bg62 Messages postés 23673 Date d'inscription samedi 22 octobre 2005 Statut Modérateur Dernière intervention 24 janvier 2025 - 25 sept. 2012 à 14:33
A voir également:
- Page html
- Supprimer une page word - Guide
- Editeur html - Télécharger - HTML
- Word numéro de page 1/2 - Guide
- Comment traduire une page - Guide
- Mettre google en page d'accueil - Guide
2 réponses
bg62
Messages postés
23673
Date d'inscription
samedi 22 octobre 2005
Statut
Modérateur
Dernière intervention
24 janvier 2025
2 393
25 sept. 2012 à 12:23
25 sept. 2012 à 12:23
en 'résumé' ... le problème il est où ?
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
25 sept. 2012 à 12:30
25 sept. 2012 à 12:30
Je pense que mon code meme s'il s'affiche sur la page html genere des erreurs !
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100%" width="100%">
<embed src="http://nomdedomaine.free.fr/compteurvisite.swf" quality="high" allowscriptaccess="always" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" height="100%" width="100%"></object></div>
il faut surement le modifier
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100%" width="100%">
<embed src="http://nomdedomaine.free.fr/compteurvisite.swf" quality="high" allowscriptaccess="always" pluginspage="https://get.adobe.com/flashplayer/" type="application/x-shockwave-flash" height="100%" width="100%"></object></div>
il faut surement le modifier
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
25 sept. 2012 à 12:51
25 sept. 2012 à 12:51
Validation Output: 1 Error
Warning Line 65, Column 82: NET-enabling start-tag requires SHORTTAG YES
...am name="base" value="http://nomdomainecompteurvisite.swf"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 66, Column 83: NET-enabling start-tag requires SHORTTAG YES
...m name="movie" value="http://nomdedomaine.free.fr/compteurvisite.swf"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 68, Column 40: NET-enabling start-tag requires SHORTTAG YES
<param name="wmode" value="transparent"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 69, Column 32: NET-enabling start-tag requires SHORTTAG YES
<param name="menu" value="true"/></object>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Error Line 74, Column 7: end tag for "DIV" omitted, but its declaration does not permit this
</body>
?
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Info Line 61, Column 1: start tag was here
<div style="text-align: center;">
Warning Line 65, Column 82: NET-enabling start-tag requires SHORTTAG YES
...am name="base" value="http://nomdomainecompteurvisite.swf"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 66, Column 83: NET-enabling start-tag requires SHORTTAG YES
...m name="movie" value="http://nomdedomaine.free.fr/compteurvisite.swf"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 68, Column 40: NET-enabling start-tag requires SHORTTAG YES
<param name="wmode" value="transparent"/>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Warning Line 69, Column 32: NET-enabling start-tag requires SHORTTAG YES
<param name="menu" value="true"/></object>
?
For the current document, the validator interprets strings like <FOO /> according to legacy rules that break the expectations of most authors and thus cause confusing warnings and error messages from the validator. This interpretation is triggered by HTML 4 documents or other SGML-based HTML documents. To avoid the messages, simply remove the "/" character in such contexts. NB: If you expect <FOO /> to be interpreted as an XML-compatible "self-closing" tag, then you need to use XHTML or HTML5.
This warning and related errors may also be caused by an unquoted attribute value containing one or more "/". Example: <a href=http://w3c.org>W3C</a>. In such cases, the solution is to put quotation marks around the value.
Error Line 74, Column 7: end tag for "DIV" omitted, but its declaration does not permit this
</body>
?
You forgot to close a tag, or
you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed.
The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag.
Info Line 61, Column 1: start tag was here
<div style="text-align: center;">
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
25 sept. 2012 à 12:51
25 sept. 2012 à 12:51
ca avance on dirait
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
25 sept. 2012 à 13:02
25 sept. 2012 à 13:02
ca veux dire quoi cela il me reste 4 erreurs :Line 61, Column 82: NET-enabling start-tag requires SHORTTAG YES, en fait t'il me parle de ce code mais que dois je faire encore ?
<object type="application/x-shockwave-flash" data="http://NOMDEDOMAINE.free.fr/compteurvisite.swf" style="width:100%;height:100%;">
<param name="base" value="http://NOMDEDOMAINE.free.fr/compteurvisite.swf"/>
<param name="movie" value="http://NOMDEDOMAINE.free.fr/compteurvisite.swf"/>
<param name="quality" value="high">
<param name="wmode" value="transparent"/>
<param name="menu" value="true"/></object>
<object type="application/x-shockwave-flash" data="http://NOMDEDOMAINE.free.fr/compteurvisite.swf" style="width:100%;height:100%;">
<param name="base" value="http://NOMDEDOMAINE.free.fr/compteurvisite.swf"/>
<param name="movie" value="http://NOMDEDOMAINE.free.fr/compteurvisite.swf"/>
<param name="quality" value="high">
<param name="wmode" value="transparent"/>
<param name="menu" value="true"/></object>
strekers
Messages postés
266
Date d'inscription
mercredi 9 juillet 2008
Statut
Membre
Dernière intervention
30 mai 2023
25 sept. 2012 à 13:27
25 sept. 2012 à 13:27
de la bombe j'ai reussie merci à tous je suis tres content : )
Félicitations
Le document situé à <http://nomdedomaine.free.fr/index.html> a été vérifié avec succès en tant que HTML 4.0 Transitional. Cela signifie que la ressource en question s'est présentée comme «HTML Transitional 4.0" et que nous avons réussi a effectué une validation formelle de celui-ci. Les implémentations de l'analyseur que nous avons utilisés pour cette vérification sont basées sur OpenSP (SGML / XML).
«valide» Icon (s) sur votre page web
Félicitations
Le document situé à <http://nomdedomaine.free.fr/index.html> a été vérifié avec succès en tant que HTML 4.0 Transitional. Cela signifie que la ressource en question s'est présentée comme «HTML Transitional 4.0" et que nous avons réussi a effectué une validation formelle de celui-ci. Les implémentations de l'analyseur que nous avons utilisés pour cette vérification sont basées sur OpenSP (SGML / XML).
«valide» Icon (s) sur votre page web
bg62
Messages postés
23673
Date d'inscription
samedi 22 octobre 2005
Statut
Modérateur
Dernière intervention
24 janvier 2025
2 393
25 sept. 2012 à 14:33
25 sept. 2012 à 14:33
donc c'est bon alors maintenant ?
on s'y perd un peu avec tout ce que tu mets ;)
on s'y perd un peu avec tout ce que tu mets ;)