Pon&Zi
{ Membre }
Messages : 123
| Bonjour à vous! Ou bien bonsoir alors, Je me sens un peu... disons-le, nulle de demander de l'aide pour ça, je ne suis même pas sûre que ce soit tolérable même, mais... je viens de finir mon template index_body, mais quand je viens pour le valider, ça ne fonctionne pas, on me dit que j'ai ouvert une balise sans la fermer ou que j'ai fermé une balise sans l'ouvrir. Normalement, avec le rouge, ça va, je repère et je me dis: qu'est-ce que tu es bête. Mais voilà, il n'y a pas de rouge, j'ai relu mon code au moins... 10 fois (sans compter les fois que je l'ai relu parce que j'ai également eu du rouge). Je me dis que ça doit être dans la seconde partie du code (parce que j'ai comme qui dirait barré les tableaux de là pour faire du positionnement css à la place), mais j'ai tout indenté pour voir où j'ouvre une balise, où je la ferme, du coup, je ne comprends pas quelle boulette j'ai fait... Si quelqu'un avait la gentillesse de m'aider, je lui en serais bien reconnaissante, on dit que deux têtes en valent mieux qu'une. Merci! Édit: Ça serait mieux avec le code je crois >< - Code:
-
<div id="conteneur_onglets"> <table><tr> <td class="onglet"><div>The Beginning</div></td> <td class="onglet"><div>South Korea</div></td> <td class="onglet"><div>Japan</div></td> <td class="onglet"><div>Elsewhere</div></td> <td class="onglet"><div>Communication</div></td> <td class="onglet"><div>Hors-Jeu</div></td> <td class="onglet"><div>Corbeille</div></td> </tr></table> </div> <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br /> {CURRENT_TIME}<br /> </span> <!-- END switch_user_logged_in --> <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table>
<div id="conteneur_categories"><!-- Begin catrow --><!-- Begin tablehead --> <h1 class="titre_categorie"> {catrow.tablehead.L_FORUM} </h1><!-- End tablehead --> <div class="categorie"><!-- BEGIN cathead --> <table> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /> </td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" align="right"> </td> </tr> <!-- END cathead --><!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /> </td> <!-- END inc --> </tr> </table> <div class="conteneur_forums"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <div class="description_forum"> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> </div> <div class="sous_forums"> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </div> </div> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}"src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" class="image_categorie" /> <div class="statistiques_forums">Messages: {catrow.forumrow.POSTS} | Sujets: {catrow.forumrow.TOPICS}<br /><br />{catrow.forumrow.LAST_POST} </div> <!-- End forumrow --><!-- BEGIN catfoot --> <table> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /> </td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /> </div> <!-- END tablefoot --><!-- End catrow --></div> | | |
|
'Christa
Lostmindy
Messages : 2856
| Bonjour, en principe les commentaires BEGIN et END doivent être en majuscules... '_' | | |
|
Pon&Zi
{ Membre }
Messages : 123
| Ahhh, effectivement, il n'y a que les miens en minuscules. Je n'aurais jamais remarqué OTL Merci beaucoup! Je vais m'en souvenir à l'avenir! | | |
|
Hiro
Ninja Codeur
Messages : 1179
| |
Pon&Zi
{ Membre }
Messages : 123
| |
'Christa
Lostmindy
Messages : 2856
| Bonjour, Merci à l'avenir de penser à marquer le titre avec le tag [résolu] pour aider les modérateurs à faire leur travail. J'archive | | |
|