Problème dans le template index_box
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
Problème dans le template index_box
Bonjour,
J'ai décidé de modifier le template index_box avec les catégories. Après avoir mis mon code, j'ai ce message qui s'affiche:
Erreur
La balise a été fermée avant d'avoir été ouverte ou la balise n'a pas été ouverte.
J'en conclus donc que j'ai fait des fautes dans mon code. Cependant, j'ai essayé, mais je n'arrive pas à les trouver. Voici donc mon template:
Merci si vous m'aidez à trouver les problèmes ^^
J'ai décidé de modifier le template index_box avec les catégories. Après avoir mis mon code, j'ai ce message qui s'affiche:
Erreur
La balise a été fermée avant d'avoir été ouverte ou la balise n'a pas été ouverte.
J'en conclus donc que j'ai fait des fautes dans mon code. Cependant, j'ai essayé, mais je n'arrive pas à les trouver. Voici donc mon template:
- Code:
<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>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="grostitre">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<table id="tablo" cellpadding="10px" cellspacing="15px" width="100%">
<tbody>
<tr>
<td class="iconef"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="bloc1q">
<div class="tititre"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
{catrow.forumrow.FORUM_DESC}<br>
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </td>
<td class="bloc1q"> {catrow.forumrow.LAST_POST}</td>
</tr>
</tbody>
</table>
<!-- END forumrow -->
Merci si vous m'aidez à trouver les problèmes ^^
Dernière édition par Flaura le Dim 14 Fév 2016 - 16:16, édité 1 fois
Re: Problème dans le template index_box
Bonjour
tu as oublié de fermer cette balise:
<!-- END catrow --> que tu met toute à la fin
tu as oublié de fermer cette balise:
<!-- END catrow --> que tu met toute à la fin
- Code:
<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>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="grostitre">{catrow.tablehead.L_FORUM}</div>
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<table id="tablo" cellpadding="10px" cellspacing="15px" width="100%">
<tbody>
<tr>
<td class="iconef"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="bloc1q">
<div class="tititre"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></div>
{catrow.forumrow.FORUM_DESC}<br />
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</td>
<td class="bloc1q"> {catrow.forumrow.LAST_POST}</td>
</tr>
</tbody>
</table>
<!-- END forumrow --><!-- END catrow -->
Invité- Invité
Re: Problème dans le template index_box
Raaah ! L'erreur débile X) ! En tout cas merci :3
Sujets similaires
» PRoblème avec mon code CSs pour ce qui est de indexbox
» Problème "justify" dans un template.
» Problème de tableau dans template
» Problème d'alignement dans mon template memberlist_body
» Problème affichage template dans l'administration
» Problème "justify" dans un template.
» Problème de tableau dans template
» Problème d'alignement dans mon template memberlist_body
» Problème affichage template dans l'administration
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum