Code invalide! AUUGGHH!

  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8211
  • Loc: USA
  • Status: Offline

Message Novembre 13th, 2007, 8:30 pm

Eh bien, ce me contrarier pas du tout mais j'ai décidé de post it ici parce que GI assurer BigWebMaster tiens son site entier valide plutôt que certaines pages:lol:

Les pages suivantes ne sont pas valides que ce que j'ai trouvé (et leurs motifs...

Sujets (ftopic #####- ##.html)
Si une signature avec une image sur elle, le validateur de SGML (l'un validateur W3 utilise pour valider les sites) rend la page non valide...pourquoi ? Parce que l'image HTML du code dans la signature n'ont pas de balise ALT...
Ils ont aussi ne fonctionnent pas lorsqu'il y a CODE ou PHP sur elle...comment se fait-il ? Heres pourquoi...
Code: [ Select ]
<div class="quoteHeader">Code:</div><div class="quoteCode"></p>

(Que le code est en ligne 390 sur la page [url] http://www.ozzu.com/website-design-forum/website-layout-t82605-15.html[/url]]
Quel est le problème ? Balise DIV ne peut être joint par la balise &lt;p&gt;...c'est-à-dire les règles...une solution de contournement possible ? Utilisation &lt; fieldset classe = « quoteHeader » &gt;&lt; / fieldset &gt; plutôt...valide pour moi...
posting.php?mode=newtopic (et éventuellement tous les autres modes de plus)
Suite à des erreurs de validation...

attribut obligatoire « TYPE » non spécifié.
Ligne 284 ; colonne 66:-
Code: [ Select ]
<script language='javascript' src='spelling/spellmessage.js'></script>


attribut obligatoire « COLS » non spécifiés
Ligne 609 ; colonne 166:-
Code: [ Select ]
<textarea name="message" rows="20" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width:100%;max-width:100%"></textarea>


Fin de la balise pour...omis, mais sa déclaration ne permet pas cela
Ligne 707 ; colonne 5:-
Code: [ Select ]
<ul>


<li><label>Poll question</label> <input type="text" name="poll_title" size="50" maxlength="255" value=""></li>


<li><label>Poll option</label> <input type="text" name="add_poll_option_text" size="50" maxlength="255" value=""> <input type="submit" class="addPollOption" name="add_poll_option" value="Add option"></li>

<li><label>Days to run poll (Use 0 for never-ending)</label> <input type="text" name="poll_length" size="3" maxlength="3" value=""></li>
<li><label>Show poll results</label> <ul><li><input type="radio" class="radiobutton" name="show_results" value="1" checked="checked"> Yes</li><li><input type="radio" class="radiobutton" name="show_results" value="0" > No</li></ul></li>
<li><label>Show ending time</label> <ul><li><input type="radio" class="radiobutton" name="show_endtime" value="1" checked="checked"> Yes</li><li><input type="radio" class="radiobutton" name="show_endtime" value="0" > No</li></ul></li>




</div>
  1. <ul>
  2. <li><label>Poll question</label> <input type="text" name="poll_title" size="50" maxlength="255" value=""></li>
  3. <li><label>Poll option</label> <input type="text" name="add_poll_option_text" size="50" maxlength="255" value=""> <input type="submit" class="addPollOption" name="add_poll_option" value="Add option"></li>
  4. <li><label>Days to run poll (Use 0 for never-ending)</label> <input type="text" name="poll_length" size="3" maxlength="3" value=""></li>
  5. <li><label>Show poll results</label> <ul><li><input type="radio" class="radiobutton" name="show_results" value="1" checked="checked"> Yes</li><li><input type="radio" class="radiobutton" name="show_results" value="0" > No</li></ul></li>
  6. <li><label>Show ending time</label> <ul><li><input type="radio" class="radiobutton" name="show_endtime" value="1" checked="checked"> Yes</li><li><input type="radio" class="radiobutton" name="show_endtime" value="0" > No</li></ul></li>
  7. </div>

Raison possible ? Peut-être que vous ne pourrez pas entrées dans une liste...pas vraiment si vrai thats.

Fin de la balise de l'élément...qui n'est pas ouvert
Ligne 731 ; colonne 25:-
Code: [ Select ]
<div class="message">
<div class="quoteHeader">PHP:</div>
<div class="quotePHP">
<span style="color: #007700">while(</span><span style="color: #0000BB">$row&nbsp; </span><span style="color: #007700">=&nbsp; </span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result2</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">MYSQL_NUM</span><span style="color: #007700">))

<br>
<br>{
<br>
<br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$tsv</span><span style="color: #007700">[]&nbsp; &nbsp; =&nbsp; </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"\t"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">);

<br>
<br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$html</span><span style="color: #007700">[]&nbsp; =&nbsp; </span><span style="color: #DD0000">"&lt;tr&gt;&lt;td&nbsp; bgcolor=\"#EEEEEE\"&gt;"&nbsp; </span><span style="color: #007700">.</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;/td&gt;&lt;td&nbsp; bgcolor=\"#FFFFFF\"&gt;"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">)&nbsp; .&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"&lt;/td&gt;&lt;/tr&gt;"</span><span style="color: #007700">;

<br>
<br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$htmm&nbsp; </span><span style="color: #007700">=&nbsp; </span><span style="color: #DD0000">"&lt;br&nbsp; /&gt;"&nbsp; </span><span style="color: #007700">.&nbsp; </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;/td&gt;&lt;td&gt;"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">)&nbsp; .</span><span style="color: #DD0000">"&lt;br&nbsp; /&gt;"</span><span style="color: #007700">;

<br>
<br>}&nbsp; </span></span>
</div>
  1. <div class="message">
  2. <div class="quoteHeader">PHP:</div>
  3. <div class="quotePHP">
  4. <span style="color: #007700">while(</span><span style="color: #0000BB">$row&nbsp; </span><span style="color: #007700">=&nbsp; </span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result2</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">MYSQL_NUM</span><span style="color: #007700">))
  5. <br>
  6. <br>{
  7. <br>
  8. <br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$tsv</span><span style="color: #007700">[]&nbsp; &nbsp; =&nbsp; </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"\t"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">);
  9. <br>
  10. <br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$html</span><span style="color: #007700">[]&nbsp; =&nbsp; </span><span style="color: #DD0000">"&lt;tr&gt;&lt;td&nbsp; bgcolor=\"#EEEEEE\"&gt;"&nbsp; </span><span style="color: #007700">.</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;/td&gt;&lt;td&nbsp; bgcolor=\"#FFFFFF\"&gt;"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">)&nbsp; .&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #DD0000">"&lt;/td&gt;&lt;/tr&gt;"</span><span style="color: #007700">;
  11. <br>
  12. <br>&nbsp; &nbsp; &nbsp; </span><span style="color: #0000BB">$htmm&nbsp; </span><span style="color: #007700">=&nbsp; </span><span style="color: #DD0000">"&lt;br&nbsp; /&gt;"&nbsp; </span><span style="color: #007700">.&nbsp; </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"&lt;/td&gt;&lt;td&gt;"</span><span style="color: #007700">,&nbsp; </span><span style="color: #0000BB">$row</span><span style="color: #007700">)&nbsp; .</span><span style="color: #DD0000">"&lt;br&nbsp; /&gt;"</span><span style="color: #007700">;
  13. <br>
  14. <br>}&nbsp; </span></span>
  15. </div>


Je ne connais pas toutes les solutions pour qu'un...

http://www.ozzu.com/website-reviews/site-review-watch-anime-episodes-online-t82591.html

Pour une raison quelconque...sur cette page, il y a la ligne suivante du code en ligne 879.

Code: [ Select ]
<p></div>Thanks, but it has already been bookmarked about 70 times over 10 different sights, mostly del, stumbleupon, furl, technorati and a few others.</p>


1 erreur et 1 nouvelle erreur sur cette page.

L'une autre erreur, que j'ai trouvé est lors de la prise de listes...

Code: [ Select ]
<ul>
<p>Those are all of the POSSIBLE solutions for those pages since they are automatically generated with those codes.</p>
<p>No, I didn't submit a lot of links to w3 validator... I got an add-on for my Firefox which is an SGML validator... the same validation device used by w3.validator.org</p>
<p></p>
<p>More errors to come <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /></p>
</ul>
  1. <ul>
  2. <p>Those are all of the POSSIBLE solutions for those pages since they are automatically generated with those codes.</p>
  3. <p>No, I didn't submit a lot of links to w3 validator... I got an add-on for my Firefox which is an SGML validator... the same validation device used by w3.validator.org</p>
  4. <p></p>
  5. <p>More errors to come <img src="images/smiles/icon_biggrin.gif" alt="Very Happy" border="0" /></p>
  6. </ul>


Il ne génère pas de toute évidence la &lt;li&gt;...&lt;/li&gt; balises...

Cela amène à une erreur de validation.

NOTE :

    Ce sont toutes les solutions possibles pour ces pages puisqu'ils sont automatiquement générés avec ces codes.
    Non, je n'a pas fourni beaucoup de liens à w3 validator...j'ai reçu un add-on pour mon Firefox qui est un validateur SGML...le même dispositif de validation utilisé par w3.validator.org
    Tous les codes sont trouvent à travers les différentes pages et pas sur une seule page...je ne pas poster liens vers eux.
    Plus d'erreurs à venir:D
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Novembre 13th, 2007, 8:30 pm

  • Bigwebmaster
  • Site Admin
  • Site Admin
  • Avatar de l’utilisateur
  • Inscription: Déc 20, 2002
  • Messages: 8925
  • Loc: Seattle, WA & Phoenix, AZ
  • Status: Offline

Message Novembre 13th, 2007, 10:13 pm

Je viens de fixer certains d'entre eux, certains vont prendre plus de travail en raison de la nature de la programmation.
Ozzu Hosting - Want your website on a fast server like Ozzu?
  • Bogey
  • Bogey
  • Genius
  • Avatar de l’utilisateur
  • Inscription: Juil 14, 2005
  • Messages: 8211
  • Loc: USA
  • Status: Offline

Message Novembre 14th, 2007, 12:49 pm

Okay :) Je viens de les signalant :)
"Bring forth therefore fruits meet for repentance:" Matthew 3:8

Afficher de l'information

  • Total des messages de ce sujet: 3 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 14 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC