Code invalide! AUUGGHH!
- Bogey
- Bogey


- Inscription: Juil 14, 2005
- Messages: 8211
- Loc: USA
- Status: Offline
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
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...
(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 <p>...c'est-à-dire les règles...une solution de contournement possible ? Utilisation < fieldset classe = « quoteHeader » >< / fieldset > 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:-
attribut obligatoire « COLS » non spécifiés
Ligne 609 ; colonne 166:-
Fin de la balise pour...omis, mais sa déclaration ne permet pas cela
Ligne 707 ; colonne 5:-
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:-
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.
1 erreur et 1 nouvelle erreur sur cette page.
L'une autre erreur, que j'ai trouvé est lors de la prise de listes...
Il ne génère pas de toute évidence la <li>...</li> balises...
Cela amène à une erreur de validation.
NOTE :
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 <p>...c'est-à-dire les règles...une solution de contournement possible ? Utilisation < fieldset classe = « quoteHeader » >< / fieldset > 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>
<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>
- <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>
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 </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result2</span><span style="color: #007700">, </span><span style="color: #0000BB">MYSQL_NUM</span><span style="color: #007700">))
<br>
<br>{
<br>
<br> </span><span style="color: #0000BB">$tsv</span><span style="color: #007700">[] = </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"\t"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">);
<br>
<br> </span><span style="color: #0000BB">$html</span><span style="color: #007700">[] = </span><span style="color: #DD0000">"<tr><td bgcolor=\"#EEEEEE\">" </span><span style="color: #007700">.</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td bgcolor=\"#FFFFFF\">"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) . </span><span style="color: #DD0000">"</td></tr>"</span><span style="color: #007700">;
<br>
<br> </span><span style="color: #0000BB">$htmm </span><span style="color: #007700">= </span><span style="color: #DD0000">"<br />" </span><span style="color: #007700">. </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td>"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) .</span><span style="color: #DD0000">"<br />"</span><span style="color: #007700">;
<br>
<br>} </span></span>
</div>
<div class="quoteHeader">PHP:</div>
<div class="quotePHP">
<span style="color: #007700">while(</span><span style="color: #0000BB">$row </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result2</span><span style="color: #007700">, </span><span style="color: #0000BB">MYSQL_NUM</span><span style="color: #007700">))
<br>
<br>{
<br>
<br> </span><span style="color: #0000BB">$tsv</span><span style="color: #007700">[] = </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"\t"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">);
<br>
<br> </span><span style="color: #0000BB">$html</span><span style="color: #007700">[] = </span><span style="color: #DD0000">"<tr><td bgcolor=\"#EEEEEE\">" </span><span style="color: #007700">.</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td bgcolor=\"#FFFFFF\">"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) . </span><span style="color: #DD0000">"</td></tr>"</span><span style="color: #007700">;
<br>
<br> </span><span style="color: #0000BB">$htmm </span><span style="color: #007700">= </span><span style="color: #DD0000">"<br />" </span><span style="color: #007700">. </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td>"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) .</span><span style="color: #DD0000">"<br />"</span><span style="color: #007700">;
<br>
<br>} </span></span>
</div>
- <div class="message">
- <div class="quoteHeader">PHP:</div>
- <div class="quotePHP">
- <span style="color: #007700">while(</span><span style="color: #0000BB">$row </span><span style="color: #007700">= </span><span style="color: #0000BB">mysql_fetch_array</span><span style="color: #007700">(</span><span style="color: #0000BB">$result2</span><span style="color: #007700">, </span><span style="color: #0000BB">MYSQL_NUM</span><span style="color: #007700">))
- <br>
- <br>{
- <br>
- <br> </span><span style="color: #0000BB">$tsv</span><span style="color: #007700">[] = </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"\t"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">);
- <br>
- <br> </span><span style="color: #0000BB">$html</span><span style="color: #007700">[] = </span><span style="color: #DD0000">"<tr><td bgcolor=\"#EEEEEE\">" </span><span style="color: #007700">.</span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td bgcolor=\"#FFFFFF\">"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) . </span><span style="color: #DD0000">"</td></tr>"</span><span style="color: #007700">;
- <br>
- <br> </span><span style="color: #0000BB">$htmm </span><span style="color: #007700">= </span><span style="color: #DD0000">"<br />" </span><span style="color: #007700">. </span><span style="color: #0000BB">implode</span><span style="color: #007700">(</span><span style="color: #DD0000">"</td><td>"</span><span style="color: #007700">, </span><span style="color: #0000BB">$row</span><span style="color: #007700">) .</span><span style="color: #DD0000">"<br />"</span><span style="color: #007700">;
- <br>
- <br>} </span></span>
- </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>
<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>
- <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>
Il ne génère pas de toute évidence la <li>...</li> 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
"Bring forth therefore fruits meet for repentance:" Matthew 3:8
- Anonymous
- Bot


- Inscription: 25 Feb 2008
- Messages: ?
- Loc: Ozzuland
- Status: Online
Novembre 13th, 2007, 8:30 pm
- Bigwebmaster
- Site Admin


- Inscription: Déc 20, 2002
- Messages: 8925
- Loc: Seattle, WA & Phoenix, AZ
- Status: Offline
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?
Page 1 sur 1
Pour répondre à ce sujet, vous devez vous connecter ou vous enregistrer. Il est gratuit.
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
