Aller au contenu

juju1832

Actif
  • Compteur de contenus

    28
  • Inscrit(e) le

  • Dernière visite

Tout ce qui a été posté par juju1832

  1. Voila, c'est ça que je cherche merci!! Quelqu'un en aurai un autre pour comparer? Merco beaucoup
  2. Je n'utilise pas photoshop mais photofiltre, je cherche plutot comment organiser ses codes pour faire un design, je maitrise assez bien la retouche. Merci quand même
  3. juju1832

    Tuto design?

    Bonjour, Auriez-vous un tutorial simple pour pouvoir créer son propre design joli, simple et accessible a tous? merci
  4. Salut J'aimerais centrer une image mais je ne sais pas comment faire. Pour centrer un texte c'est : text-align: center Mais pour une image? merci <modérateur: déplacé en (x)HTML et CSS>
  5. C'est bon, le problème est réglé!! En fait, je n'avais pas mis le bon chemin Ce qui est en rouge est le chemin et je ne l'avais pas changé pour mon cas, en tout cas merci à tous
  6. voici le code de .htaccess : PerlSetVar AuthFile secret/passlist AuthName "Acces Restreint" AuthType Basic require valid-user et le code de .htpasswd : mon_pseudo:mon_mot_de_passe Mon hébergeur est free Merci
  7. Le pseudo et le mdp qui sont dans le fichier .htpasswd sont bien ceux que je rentre et pourtant ça ne marche pas!! Je ne comprends pas, Merci de votre aide
  8. Merci! Mais maintenant, même en rentrant le bon pseudo et le bon mdp il me demande de recommencer et je n'accede donc pas à mes pages. Pourquoi? Merci
  9. Sayez, j'ai crée mes 2 fichiers sauf que quand j'essaye d'accéder au site, il y a une erreur : 500 internal server error. Qu'est-ce qui cloche?? Merci
  10. Je crois que pour le .htpasswd comme mon hébergeur est free, il ne faut pas crypter le mdp, c vrai?
  11. Salut, Mon site n'est pas encore sur le net, mais j'aimerais le tester en le mettant en ligne MAIS en mettant un mot de passe de façon que je sois la seule a y accéder (parce qu'il n'y a que moi qui aurait le mdp ) Comment faire? Merci
  12. Salut Pour les news, j'aimerais faire un système php mais je ne sais pas du tout comment mis prendre. pouvez vous m'aider? Merci
  13. C'est bon, le problème est régler^^ Je ne devais pas mettre ce script sur cette page, c'est que j'ai copier le code d'une autre de mes pages, dsl
  14. C'est toi qui m'a envoyer "test hub"? lol En fait, j'avais installer un système allopass pour faire un "don" (enfin, c'est long à expliquer^^) Je fais voir et je reviendrais vous dire si le problème est régler, merci
  15. Salut, J'ai crée un script php pour envoyer ce formulaire sur mon adresse e-mail. Voici mes codes : <div align=center> <form method=POST action=formmail.php > <input type=hidden name=subject value=formmail> <table> <tr><td>Votre Nom:</td> <td><input type=text name=realname size=30></td></tr> <tr><td>Votre Email:</td> <td><input type=text name=email size=30></td></tr> <tr><td>Sujet:</td> <td><input type=text name=title size=30></td></tr> <tr><td colspan=2>Commentaires:<br> <textarea COLS=50 ROWS=6 name=comments></textarea> </td></tr> </table> <br> <input type=submit value=Envoyer> - <input type=reset value=Annuler> </form> </div> la page de traitement : <?php $TO = "julie.rouby_AT_wanadoo.fr"; $h = "From: Smallville's World" . $TO; $message = ""; while (list($key, $val) = each($HTTP_POST_VARS)) { $message .= "$key : $val\n"; } mail($TO, $subject, $message, $h); Header("Location: http://smallvillesworld.free.fr/merci2.html"); ?> Mon problème c'est que quand on clique sur envoyer, le message est bien envoyé sur mon adresse e-mail mais la page de remerciement ne s'affiche pas : ça affiche "404 not found" Comment faire merci de votre aide
  16. J'ai bien rajouter la ligne <!DOCTYPE....> au début (en +, je l'avais bien mis pour mon 1er site ) En fait, j'ai regarder et enlever tout les accents et la, il a bien voulu l'analyser!! Il y a plein d'erreur mais je ne l'ai comprend pas donc je ne peux pas les corriger. Les voila : # Error Line 6 column 14: there is no attribute "bgcolor". <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. ✉ # Error Line 6 column 14: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar ✉ # Error Line 6 column 25: there is no attribute "text". <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar ✉ # Error Line 6 column 25: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar ✉ # Error Line 6 column 36: there is no attribute "link". <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar ✉ # Error Line 6 column 36: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 mar ✉ # Error Line 6 column 47: there is no attribute "vlink". ...lor=black text=white link=blue vlink=purple alink=red leftmargin=0 marginwidt ✉ # Error Line 6 column 47: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...lor=black text=white link=blue vlink=purple alink=red leftmargin=0 marginwidt ✉ # Error Line 6 column 60: there is no attribute "alink". ...t=white link=blue vlink=purple alink=red leftmargin=0 marginwidth=0 topmargin ✉ # Error Line 6 column 60: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...t=white link=blue vlink=purple alink=red leftmargin=0 marginwidth=0 topmargin ✉ # Error Line 6 column 75: there is no attribute "leftmargin". ...ue vlink=purple alink=red leftmargin=0 marginwidth=0 topmargin=0 marginheight ✉ # Error Line 6 column 75: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ue vlink=purple alink=red leftmargin=0 marginwidth=0 topmargin=0 marginheight ✉ # Error Line 6 column 89: there is no attribute "marginwidth". ...e alink=red leftmargin=0 marginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 6 column 89: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...e alink=red leftmargin=0 marginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 6 column 101: there is no attribute "topmargin". ...leftmargin=0 marginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 6 column 101: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...leftmargin=0 marginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 6 column 116: there is no attribute "marginheight". ...rginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 6 column 116: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...rginwidth=0 topmargin=0 marginheight=0> ✉ # Error Line 7 column 19: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=770> ✉ # Error Line 7 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=770> ✉ # Error Line 7 column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=770> ✉ # Error Line 9 column 10: there is no attribute "width". <td width=760 valign=top colspan=2> ✉ # Error Line 9 column 10: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=760 valign=top colspan=2> ✉ # Error Line 9 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=760 valign=top colspan=2> ✉ # Error Line 9 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=760 valign=top colspan=2> ✉ # Error Line 10 column 12: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><img src=images/titre.jpg width=770 height=60 border=0></p> ✉ # Error Line 10 column 19: NET-enabling start-tag not immediately followed by null end-tag. <p><img src=images/titre.jpg width=770 height=60 border=0></p> This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space). ✉ # Error Line 10 column 19: required attribute "alt" not specified. <p><img src=images/titre.jpg width=770 height=60 border=0></p> The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. ✉ # Error Line 10 column 19: end tag for "img" omitted, but OMITTAG NO was specified. <p><img src=images/titre.jpg width=770 height=60 border=0></p> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". ✉ # Info Line 10 column 3: start tag was here. <p><img src=images/titre.jpg width=770 height=60 border=0></p> # Error Line 14 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 15 column 19: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=153> ✉ # Error Line 15 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=153> ✉ # Error Line 15 column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=153> ✉ # Error Line 17 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 18 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. ✉ # Error Line 18 column 31: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. ✉ # Error Line 18 column 38: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. ✉ # Error Line 18 column 38: required attribute "alt" not specified. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. ✉ # Error Line 18 column 38: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. ✉ # Info Line 18 column 22: start tag was here. <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a><. # Error Line 22 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 23 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> ✉ # Error Line 23 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> ✉ # Error Line 23 column 40: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> ✉ # Error Line 23 column 40: required attribute "alt" not specified. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> ✉ # Error Line 23 column 40: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> ✉ # Info Line 23 column 24: start tag was here. <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a> # Error Line 27 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 28 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></ ✉ # Error Line 28 column 35: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></ ✉ # Error Line 28 column 42: NET-enabling start-tag not immediately followed by null end-tag. ... href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></a> ✉ # Error Line 28 column 42: required attribute "alt" not specified. ... href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></a> ✉ # Error Line 28 column 42: end tag for "img" omitted, but OMITTAG NO was specified. ... href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></a> ✉ # Info Line 28 column 26: start tag was here. <p><a href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></ # Error Line 32 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 33 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0> ✉ # Error Line 33 column 37: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0> ✉ # Error Line 33 column 44: NET-enabling start-tag not immediately followed by null end-tag. ...ref=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0></a> ✉ # Error Line 33 column 44: required attribute "alt" not specified. ...ref=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0></a> ✉ # Error Line 33 column 44: end tag for "img" omitted, but OMITTAG NO was specified. ...ref=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0></a> ✉ # Info Line 33 column 28: start tag was here. <p><a href=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0> # Error Line 37 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 38 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border ✉ # Error Line 38 column 38: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border ✉ # Error Line 38 column 45: NET-enabling start-tag not immediately followed by null end-tag. ...ef=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border=0></ ✉ # Error Line 38 column 45: required attribute "alt" not specified. ...ef=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border=0></ ✉ # Error Line 38 column 45: end tag for "img" omitted, but OMITTAG NO was specified. ...ef=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border=0></ ✉ # Info Line 38 column 29: start tag was here. <p><a href=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border # Error Line 42 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 43 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a ✉ # Error Line 43 column 32: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a ✉ # Error Line 43 column 39: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a ✉ # Error Line 43 column 39: required attribute "alt" not specified. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a ✉ # Error Line 43 column 39: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a ✉ # Info Line 43 column 23: start tag was here. <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a # Error Line 47 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 48 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> ✉ # Error Line 48 column 31: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> ✉ # Error Line 48 column 38: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> ✉ # Error Line 48 column 38: required attribute "alt" not specified. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> ✉ # Error Line 48 column 38: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> ✉ # Info Line 48 column 22: start tag was here. <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a> # Error Line 52 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 53 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< ✉ # Error Line 53 column 30: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< ✉ # Error Line 53 column 37: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< ✉ # Error Line 53 column 37: required attribute "alt" not specified. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< ✉ # Error Line 53 column 37: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< ✉ # Info Line 53 column 21: start tag was here. <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a>< # Error Line 57 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 58 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> ✉ # Error Line 58 column 29: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> ✉ # Error Line 58 column 36: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> ✉ # Error Line 58 column 36: required attribute "alt" not specified. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> ✉ # Error Line 58 column 36: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> ✉ # Info Line 58 column 20: start tag was here. <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> # Error Line 62 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 63 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=http://smallville.forum.free.fr><img src=images/72.jpg width=153 heig ✉ # Error Line 63 column 17: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=http://smallville.forum.free.fr><img src=images/72.jpg width=153 heig ✉ # Error Line 63 column 52: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...://smallville.forum.free.fr><img src=images/72.jpg width=153 height=42 border ✉ # Error Line 63 column 59: NET-enabling start-tag not immediately followed by null end-tag. ...lville.forum.free.fr><img src=images/72.jpg width=153 height=42 border=0></a> ✉ # Error Line 63 column 59: required attribute "alt" not specified. ...lville.forum.free.fr><img src=images/72.jpg width=153 height=42 border=0></a> ✉ # Error Line 63 column 59: end tag for "img" omitted, but OMITTAG NO was specified. ...lville.forum.free.fr><img src=images/72.jpg width=153 height=42 border=0></a> ✉ # Info Line 63 column 43: start tag was here. ...href=http://smallville.forum.free.fr><img src=images/72.jpg width=153 height= # Error Line 63 column 98: end tag for element "a" which is not open. ....jpg width=153 height=42 border=0></a></p> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occured in a script section of your document, you should probably read this FAQ entry. ✉ # Error Line 67 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 68 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. ✉ # Error Line 68 column 30: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. ✉ # Error Line 68 column 37: NET-enabling start-tag not immediately followed by null end-tag. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. ✉ # Error Line 68 column 37: required attribute "alt" not specified. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. ✉ # Error Line 68 column 37: end tag for "img" omitted, but OMITTAG NO was specified. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. ✉ # Info Line 68 column 21: start tag was here. <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a><.. # Error Line 72 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td valign=top> ✉ # Error Line 73 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=partenaires.html><img src=images/92.jpg width=153 height=63 border=0> ✉ # Error Line 73 column 37: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><a href=partenaires.html><img src=images/92.jpg width=153 height=63 border=0> ✉ # Error Line 73 column 44: NET-enabling start-tag not immediately followed by null end-tag. ...ref=partenaires.html><img src=images/92.jpg width=153 height=63 border=0></a> ✉ # Error Line 73 column 44: required attribute "alt" not specified. ...ref=partenaires.html><img src=images/92.jpg width=153 height=63 border=0></a> ✉ # Error Line 73 column 44: end tag for "img" omitted, but OMITTAG NO was specified. ...ref=partenaires.html><img src=images/92.jpg width=153 height=63 border=0></a> ✉ # Info Line 73 column 28: start tag was here. <p><a href=partenaires.html><img src=images/92.jpg width=153 height=63 border=0> # Error Line 78 column 10: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=674 valign=top> ✉ # Error Line 78 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=674 valign=top> ✉ # Error Line 79 column 19: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=100%> ✉ # Error Line 79 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=100%> ✉ # Error Line 79 column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <table cellpadding=0 cellspacing=0 width=100%> ✉ # Error Line 79 column 44: an attribute value must be a literal unless it contains only name characters. <table cellpadding=0 cellspacing=0 width=100%> You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. ✉ # Error Line 81 column 10: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=607><p> </p> ✉ # Error Line 83 column 14: there is no attribute "size". <p><font size=2 face=Verdana><br> ✉ # Error Line 83 column 14: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><font size=2 face=Verdana><br> ✉ # Error Line 83 column 21: there is no attribute "face". <p><font size=2 face=Verdana><br> ✉ # Error Line 83 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p><font size=2 face=Verdana><br> ✉ # Error Line 83 column 28: element "font" undefined. <p><font size=2 face=Verdana><br> You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by: * incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead). * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case. ✉ # Error Line 83 column 33: end tag for "br" omitted, but OMITTAG NO was specified. <p><font size=2 face=Verdana><br> ✉ # Info Line 83 column 29: start tag was here. <p><font size=2 face=Verdana><br> # Error Line 104 column 131: end tag for element "li" which is not open. ...esworld_AT_free.fr">me contacter</a></li> et de me <strong>demander la permissio ✉ # Error Line 105 column 7: end tag for "font" omitted, but OMITTAG NO was specified. </table> ✉ # Info Line 83 column 3: start tag was here. <p><font size=2 face=Verdana><br> # Error Line 105 column 7: end tag for "p" omitted, but OMITTAG NO was specified. </table> ✉ # Info Line 83 column 0: start tag was here. <p><font size=2 face=Verdana><br> # Error Line 105 column 7: end tag for "td" omitted, but OMITTAG NO was specified. </table> ✉ # Info Line 81 column 0: start tag was here. <td width=607><p> </p> # Error Line 105 column 7: end tag for "tr" omitted, but OMITTAG NO was specified. </table> ✉ # Info Line 80 column 0: start tag was here. <tr> # Error Line 106 column 9: there is no attribute "align". <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 106 column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 106 column 22: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 106 column 46: an attribute value must be a literal unless it contains only name characters. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 107 column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 107 column 22: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 107 column 46: an attribute value must be a literal unless it contains only name characters. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 108 column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 108 column 22: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 108 column 46: an attribute value must be a literal unless it contains only name characters. <p align=center style=border-collapse:collapse;> </p> ✉ # Error Line 112 column 4: end tag for element "td" which is not open. </td> ✉ # Error Line 113 column 4: end tag for element "tr" which is not open. </tr> ✉ # Error Line 114 column 3: document type does not allow element "tr" here; assuming missing "table" start-tag. <tr> ✉ # Error Line 115 column 10: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=770 valign=top colspan=2><center><font face=Verdana,Arial size=1 color ✉ # Error Line 115 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=770 valign=top colspan=2><center><font face=Verdana,Arial size=1 color ✉ # Error Line 115 column 33: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <td width=770 valign=top colspan=2><center><font face=Verdana,Arial size=1 color ✉ # Error Line 115 column 42: element "center" undefined. ...idth=770 valign=top colspan=2><center><font face=Verdana,Arial size=1 color=w ✉ # Error Line 115 column 54: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ign=top colspan=2><center><font face=Verdana,Arial size=1 color=white><span s ✉ # Error Line 115 column 61: an attribute value must be a literal unless it contains only name characters. ... colspan=2><center><font face=Verdana,Arial size=1 color=white><span style=ba ✉ # Error Line 115 column 73: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...center><font face=Verdana,Arial size=1 color=white><span style=background-col ✉ # Error Line 115 column 81: there is no attribute "color". ...font face=Verdana,Arial size=1 color=white><span style=background-color:black ✉ # Error Line 115 column 81: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...font face=Verdana,Arial size=1 color=white><span style=background-color:black ✉ # Error Line 115 column 86: element "font" undefined. ...face=Verdana,Arial size=1 color=white><span style=background-color:black;>&co ✉ # Error Line 115 column 99: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...Arial size=1 color=white><span style=background-color:black;>© ✉ # Error Line 115 column 121: an attribute value must be a literal unless it contains only name characters. ...te><span style=background-color:black;>© ✉ # Error Line 116 column 73: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ju - Design de </span></font><a href=mailto:webmaster_AT_pourtapageweb.fr.st><fo ✉ # Error Line 116 column 89: an attribute value must be a literal unless it contains only name characters. .../span></font><a href=mailto:webmaster_AT_pourtapageweb.fr.st><font color=white s ✉ # Error Line 116 column 122: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ster_AT_pourtapageweb.fr.st><font color=white size=1 face=Verdana,Arial><span st ✉ # Error Line 116 column 133: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...pageweb.fr.st><font color=white size=1 face=Verdana,Arial><span style=backgro ✉ # Error Line 116 column 140: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ....fr.st><font color=white size=1 face=Verdana,Arial><span style=background-col ✉ # Error Line 116 column 147: an attribute value must be a literal unless it contains only name characters. ...<font color=white size=1 face=Verdana,Arial><span style=background-color:blac ✉ # Error Line 116 column 153: element "font" undefined. ...color=white size=1 face=Verdana,Arial><span style=background-color:black;>Cyb ✉ # Error Line 116 column 166: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ize=1 face=Verdana,Arial><span style=background-color:black;>Cyberteuteu</spa ✉ # Error Line 116 column 188: an attribute value must be a literal unless it contains only name characters. ...al><span style=background-color:black;>Cyberteuteu</span></font></a><font fac ✉ # Error Line 116 column 230: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...erteuteu</span></font></a><font face=Verdana,Arial size=1 color=white><span s ✉ # Error Line 116 column 237: an attribute value must be a literal unless it contains only name characters. ...u</span></font></a><font face=Verdana,Arial size=1 color=white><span style=ba ✉ # Error Line 116 column 249: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...nt></a><font face=Verdana,Arial size=1 color=white><span style=background-col ✉ # Error Line 116 column 257: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...font face=Verdana,Arial size=1 color=white><span style=background-color:black ✉ # Error Line 116 column 262: element "font" undefined. ...face=Verdana,Arial size=1 color=white><span style=background-color:black;> (< ✉ # Error Line 116 column 275: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...Arial size=1 color=white><span style=background-color:black;> (</span></font> ✉ # Error Line 116 column 297: an attribute value must be a literal unless it contains only name characters. ...te><span style=background-color:black;> (</span></font><a href=http://www.pou ✉ # Error Line 116 column 323: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...color:black;> (</span></font><a href=http://www.pourtapageweb.fr.st/ target=_ ✉ # Error Line 116 column 329: NET-enabling start-tag not immediately followed by null end-tag. ...black;> (</span></font><a href=http://www.pourtapageweb.fr.st/ target=_blank> ✉ # Error Line 116 column 381: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...web.fr.st/ target=_blank><font color=white size=1 face=Verdana,Arial><span st ✉ # Error Line 116 column 392: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...target=_blank><font color=white size=1 face=Verdana,Arial><span style=backgro ✉ # Error Line 116 column 399: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ..._blank><font color=white size=1 face=Verdana,Arial><span style=background-col ✉ # Error Line 116 column 406: an attribute value must be a literal unless it contains only name characters. ...<font color=white size=1 face=Verdana,Arial><span style=background-color:blac ✉ # Error Line 116 column 412: element "font" undefined. ...color=white size=1 face=Verdana,Arial><span style=background-color:black;>Pou ✉ # Error Line 116 column 425: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...ize=1 face=Verdana,Arial><span style=background-color:black;>PourTaPageWeb</s ✉ # Error Line 116 column 447: an attribute value must be a literal unless it contains only name characters. ...al><span style=background-color:black;>PourTaPageWeb</span></font></a><font f ✉ # Error Line 116 column 479: end tag for element "a" which is not open. ...black;>PourTaPageWeb</span></font></a><font face=Verdana,Arial size=1 color=w ✉ # Error Line 116 column 491: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...aPageWeb</span></font></a><font face=Verdana,Arial size=1 color=white><span s ✉ # Error Line 116 column 498: an attribute value must be a literal unless it contains only name characters. ...b</span></font></a><font face=Verdana,Arial size=1 color=white><span style=ba ✉ # Error Line 116 column 510: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...nt></a><font face=Verdana,Arial size=1 color=white><span style=background-col ✉ # Error Line 116 column 518: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...font face=Verdana,Arial size=1 color=white><span style=background-color:black ✉ # Error Line 116 column 523: element "font" undefined. ...face=Verdana,Arial size=1 color=white><span style=background-color:black;>)</ ✉ # Error Line 116 column 536: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. ...Arial size=1 color=white><span style=background-color:black;>)</span></font>< ✉ # Error Line 116 column 558: an attribute value must be a literal unless it contains only name characters. ...te><span style=background-color:black;>)</span></font></center> ✉ # Error Line 120 column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified. <p style=page-break-before:always;> </p> ✉ # Error Line 120 column 33: an attribute value must be a literal unless it contains only name characters. <p style=page-break-before:always;> </p> EDIT : Merci d'utiliser le CODEBOX pour les sources trop longues.
  17. <html> <head> <title>***Smallville's World***</title> </head> <body bgcolor=black text=white link=blue vlink=purple alink=red leftmargin=0 marginwidth=0 topmargin=0 marginheight=0> <table cellpadding=0 cellspacing=0 width=770> <tr> <td width=760 valign=top colspan=2> <p><img src=images/titre.jpg width=770 height=60 border=0></p> </td> </tr> <tr> <td valign=top> <table cellpadding=0 cellspacing=0 width=153> <tr> <td valign=top> <p><a href=index.html><img src=images/12.jpg width=153 height=35 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=avatars.html><img src=images/22.jpg width=153 height=43 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=bannieres.html><img src=images/32.jpg width=153 height=42 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=fonddecrans.html><img src=images/42.jpg width=153 height=43 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=fansfictions.html><img src=images/5-12.jpg width=153 height=44 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=divers.html><img src=images/5-22.jpg width=153 height=44 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=serie.html><img src=images/5-32.jpg width=153 height=44 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=site.html><img src=images/5-23.jpg width=153 height=44 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=moi.html><img src=images/62.jpg width=153 height=44 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=http://smallville.forum.free.fr><img src=images/72.jpg width=153 height=42 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=dons.html><img src=images/82.jpg width=153 height=43 border=0></a></p> </td> </tr> <tr> <td valign=top> <p><a href=partenaires.html><img src=images/92.jpg width=153 height=63 border=0></a></p> </td> </tr> </table> </td> <td width=674 valign=top> <table cellpadding=0 cellspacing=0 width=100%> <tr> <td width=607><p> </p> <p> </p> <p><font size=2 face=Verdana><br> <h1>Mon site</h1> <p> Bienvenue sur mon site !<br /> Vous allez adorer ici, c'est un site génial qui va parler de Smallville, une de mes séries préférées. </p> <h2>A qui s'adresse ce site ?</h2> <p> A tous les fans de Smallville et à tous les artistes pour nous partager leurs talents. </p> <h2>L'auteur</h2> <p> L'auteur du site ? Bah, c'est moi, quelle question!!!<br /> </p> <h2>Les créations</h2> <p>Les créations sont longues à réaliser, je vous demande juste de <a href="mailto:smallvillesworld_AT_free.fr">me contacter</a></li> et de me <strong>demander la permission</strong> pour les mettre sur votre site, merci</p> </table> <p align=center style=border-collapse:collapse;> </p> <p align=center style=border-collapse:collapse;> </p> <p align=center style=border-collapse:collapse;> </p> </td> </tr> </table> </td> </tr> <tr> <td width=770 valign=top colspan=2><center><font face=Verdana,Arial size=1 color=white><span style=background-color:black;>© Smallvilles's World - Webmaster : Juju - Design de </span></font><a href=mailto:webmaster_AT_pourtapageweb.fr.st><font color=white size=1 face=Verdana,Arial><span style=background-color:black;>Cyberteuteu</span></font></a><font face=Verdana,Arial size=1 color=white><span style=background-color:black;> (</span></font><a href=http://www.pourtapageweb.fr.st/ target=_blank><font color=white size=1 face=Verdana,Arial><span style=background-color:black;>PourTaPageWeb</span></font></a><font face=Verdana,Arial size=1 color=white><span style=background-color:black;>)</span></font></center> </td> </tr> </table> <p style=page-break-before:always;> </p> </body> </html> Voila, Merci de bien vouloir m'aider
  18. C'est quoi des "curly quotes"? Avant, j'avais fais un autre site, qui est en ligne, que j'ai vérifié qu'en il était en ligne et ça marchait (j'avais même plein d'erreur ), c'est bizarre!
  19. J'ai conçu toutes mes pages avec Notepad++, alors je sais pas pourquoi il m'afiche ça. Est-ce que ça vous fait pareil?
  20. Salut, Je voudrais regarder si j'ai des erreurs sur mes pages qui sont sur mon disque dur, mais W3 m'affiche : Comment faire pour valider ma page qui est encore sur mon disque dur? Merci
  21. Salut, J'ai 2 questions J'aimerais installer une sorte de "boîte à news" sur mon site, comment faire? Quel est le meilleur moyen pour rémunérer son site?
  22. Je sais, mais je connais une fille qui a fait un site et elle a déjà eu un don de 160 avec paypal!!!! (Je vous jure c'est pas des blagues!!) Mais son site est vraiment génial et ça fait quand même assez longtemps qu'elle travaille dessus Sinon, j'ai installer Allopass et pour le livre d'or j'ai plutot opter pour http://book.skatefr.com/index.php !! Voila Si vous avez des moyens pour rémunérer un site assez sérieux, je suis preneuse Merci
  23. suite à une fausse manip, je dois désinstaller signatux et je n'arrive pas à enlever certains dossiers de mon FTP comment faire?
  24. Mes parents veulent bien donc je ferais un compte à leur nom. C'est bon?
  25. J'ai regardé sur Paypal mais je ne comprends pas comment il faut faire et ça me semble payant je sais plus où. Comment faut-il faire? merci
×
×
  • Créer...