Template qui ne se ferme pas avec n'importe quel code

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Template qui ne se ferme pas avec n'importe quel code

Message par -Mishirame- Lun 6 Mai 2013 - 14:35

Bonjour,

J'ai voulue essayer de faire le style ruban sur mes catégories, j'ai suivis plusieurs tuto et j'ai essayée avec les templates de d'autres personnes mais je sais absolument pas pourquoi y'a toujours une balise qui ne se ferme pas ! C'est vraiment bizar... malgres que j'efface tout et recolle un template y'a toujours ce soucis avec n'importe quel code !

Voici le code que j'ai repris d'un ancien post du fofo

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="tfa_top">
          <div class="titre_categorie">{catrow.tablehead.L_FORUM}</div>
        </div>
        <table class="table_tfa" width="100%" border="0" cellspacing="8" cellpadding="4">
          <!-- END tablehead -->
          <!-- BEGIN forumrow -->
          <tr>     
              <td colspan="2"><!-- TITRE FORUM -->
                <div class="block_titre">
                <div class="tfa_titre_forum">
                  <div class="titre_gauche"></div>
                  <div class="titre_droite"></div>
                  <div class="titre_centre"> 
                    <h{catrow.forumrow.LEVEL} class="hierarchy">
                <span class="lien_forum">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
                </span>
                    </h{catrow.forumrow.LEVEL}>
                  </div>
                  <div style="clear:both;"></div>
                </div>
                </div></td>
            <tr>
              <!-- CELLULE DE GAUCHE -->
              <td class="tfa_cell_1" align="center" valign="middle" width="20%">
              <!-- ICONE NEW NO-NEW CLOS -->
                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
              <!-- DERNIERS SUJETS -->
                <div class="tfa_last_post">
                    <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
                </div>   
              </td>
                     
              <!-- CELLULE DE DROITE -->
              <td class="tfa_cell_2"  valign="middle" width="80%">
              <!-- DESCRIPTION -->
                <div class="tfa_description">
                  <div class="genmed">{catrow.forumrow.FORUM_DESC} </div>
                           
              <!-- MODERATEUR -->
                  <span class="gensmall">
                      <!-- BEGIN switch_moderators_links -->
                        {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                      <!-- END switch_moderators_links -->     
                  </span>
              <!-- SOUS-FORUMS -->
                <span class="sous_forums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>   
                </div>
              <!-- SUJETS-MESSAGES -->
                <div class="sujets-messages">
                    <span class="gensmall">
                      <span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  and <span class="chiffres">{catrow.forumrow.POSTS}</span> messages
                    </span>
                </div> 
              </td>
          </tr>
          <!-- END forumrow -->
     
          <!-- BEGIN catfoot -->
          <tr>
              <!-- BEGIN inc -->
              <td width="46"><img src="{SPACER}" height="0" width="46" /></td>
              <!-- END inc -->
              <td class="spaceRow" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
          </tr>
          <!-- END catfoot -->
          <!-- BEGIN tablefoot -->
        </table>
        <div class="tfa_bottom"></div>
        <img src="{SPACER}" alt="" height="5" width="1" />
     
        <!-- END tablefoot --><!-- END catrow -->

j'en ai un autre d'un autre forum

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 -->
  <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
  <tr>


        <th nowrap="nowrap"  colspan="5" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle;">

    <!-- DEBUT TITRE CATEGORIE -->
<div class="top_cat">
      <div class="tfa_cat_gauche"></div>
    <div class="tfa_cat_droite"></div>
    <div class="tfa_cat_center">
          <div class="firstletter" {catrow.tablehead.L_FORUM} </div>
    </div>
</div>
 
      <!-- FIN TITRE CATEGORIE -->
</tr>
         
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap">Forum</th>
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <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}" colspan="3" 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 -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <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}>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <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>
      </td>
      <td class="row3" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <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" /><!-- END tablefoot --><!-- END catrow -->


J'en ai essayée d'autre mais comme dit plus haut aucun ne marche ><

pouvez vous m'aider svp ?

Cordialement

[code]
avatar

-Mishirame-
***

Féminin
Messages : 176
Inscrit(e) le : 06/01/2012

-Mishirame- a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par Anzu Lun 6 Mai 2013 - 14:51


Bonjour,

Vous dites que vous avez eu un message d'erreur lors de la publication du template ?
Car je n'ai pas eu de tel message.

Effet ruban, c'est à dire ? Auriez vous un exemple ? Quel(s) tuto(s) avez vous suivi ?

Après c'est bien beau de récupérer des templates, mais il manque la css qui va avec Rolling Eyes (surement pour ça que vous n'avez pas de résultat concluant)


Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par -Mishirame- Lun 6 Mai 2013 - 15:15



Je vais reprendre le 1er tuto que j'avais suivie , voici le résultat qu'on devrait avoir;

Template qui ne se ferme pas avec n'importe quel code Cat10


Le tuto disant;

➤ Rechercher :

Code:

<!-- BEGIN catrow -->

➤ Remplacer tout le reste du template (la balise ci-dessus y compris) par :

Code:


        <!-- BEGIN catrow -->

<!-- BEGIN tablehead -->

<table class="forumline" width="100%" cellspacing="0" cellpadding="0">
  <tr>
      <th nowrap="nowrap"  colspan="2" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle;">
    <!-- DEBUT TITRE CATEGORIE -->
    <div class="top_cat">
      <div class="tfa_cat_gauche"></div>
      <div class="tfa_cat_droite"></div>
      <div class="tfa_cat_center">
        <div class="firstletter">{catrow.tablehead.L_FORUM} </div>
      </div>
    </div>
    <!-- FIN TITRE CATEGORIE -->
  </th>
  </tr>
  <!-- END tablehead -->

 <!-- BEGIN forumrow -->
  <tr>
<!-- DEBUT TITRE FORUM -->

    <td  width="70%" class="cell_tfa_des">
      <div class="forum_titre">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
    <span class="forumlink">
      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
          </span>
  </h{catrow.forumrow.LEVEL}>
      </div>
    </td>
<!-- FIN TITRE FORUM -->
    <td  width="30%" class="cell_tfa_des">
    </td>
  </tr>
  <tr>
<!-- DEBUT DESCRIPTION FORUM -->
    <td width="70%">
      <div class="la_tfa_description">
      <div><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>                                 
      </div>
      <div class="modo" style="width:100%;">
    <span class="gensmall">
  <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}
        {catrow.forumrow.switch_moderators_links.MODERATORS}
  <!-- END switch_moderators_links -->
  </span>
      </div>
    </div>
    </td>
<!-- FIN DESCRIPTION FORUM -->

<!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages">                 
<!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
      <div class="icone_tfa_cat">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />
      </div>
<!-- FIN ICONE NEW/NO-NEW/CLOS -->
  <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </div>
    </td>
<!-- FIN DERNIERS MESSAGES -->
  </tr>
  <tr>

<!-- DEBUT LIENS SOUS FORUMS -->
    <td width="70%" class="text-tfa_cell" align="center"  valign="top">
      <div class="cat_tfa_bas">
  <span class="gensmall">
  {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} 
  </span>
      </div>
    </td>

<!-- FIN LIENS SOUS FORUMS -->

<!-- DEBUT NOMBRES SUJETS ET MESSAGES -->

    <td  width="30%"align="center"  valign="top">
      <div  class="cat_tfa_bas">
  <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  & <span class="chiffres">{catrow.forumrow.POSTS}</span> messages</span>
      </div>
    </td>   
<!-- FIN NOMBRES SUJETS ET MESSAGES -->   
  </tr>
  <!-- END forumrow -->

  <!-- BEGIN catfoot -->

  <tr>
    <td class="spaceRow" colspan="2" 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" /><!-- END tablefoot --><!-- END catrow -->



Le CSS qui va avec ( que j'ai mise bien entendue );

Code:


/* ------ CONFIGURATION DE FORUMLINE ------ */

.forumline {
background: url('http://i25.servimg.com/u/f25/11/95/30/70/430.jpg');
margin: 0px;
padding: 0px;
margin-bottom: 10px;
border: 1px solid #404040;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* ------ TITRE DES CATEGORIES ------ */

.secondarytitle, .secondarytitle h2 {
text-shadow: 0px 0px 1px #000;
letter-spacing: 3px;
font-family: Verdana;
font-weight: bold;
font-size: 17px;
position: relative;
padding-top: 5px;
}

/* div contenant la variable du titre des catégories */
.firstletter{
line-height: 66px;
vertical-align: middle;
padding-top: 5px;
}
/* configuration de la premiere lettre du titre des catégories */
.firstletter:first-letter{
font-size: 20px;
color: #74c20f !important;
font-weight: bold;
}

/* ------ TITRE FORUM ------ */

span.forumlink {
vertical-align: middle;
display: block;
margin: 0;
text-align: left;
min-width: 250px;
}
a.forumlink {
font-family: Arial;
font-size: 15px;
letter-spacing: 4px;
text-shadow: 1px 0 2px #000000;
}
/* configuration de la première lettre du titre de forum */
span.forumlink:first-letter {
color: #fd8900;
font-weight: bold;
}
/* fond du titre de forum */
.forum_titre {
background: url('http://i25.servimg.com/u/f25/11/95/30/70/1912.jpg');
height: 28px;
line-height: 28px;
vertical-align: middle;
text-align: left;
background-position: left;
border: 1px solid #404040;
border-bottom: none;
margin: 0 10px;
padding-left: 12px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
border-radius: 10px 10px 0px 0px;
}

/* ------ CONFIGURATION DES CELLULES DU HAUT (titre - cellule vide) ------ */
.cell_tfa_des {
border-top: 1px solid #404040;
height: 40px;
line-height: 40px;
vertical-align: bottom;
}

/* ------ DESCRIPTION ------ */

.la_tfa_description {
background: url('http://i25.servimg.com/u/f25/11/95/30/70/1014.jpg');
padding: 7px;
border: 1px solid #404040;
min-height: 50px;
vertical-align: middle;
margin: 0 10px;
}

.la_tfa_description span.genmed img {
margin: 5px;
}
/* ------ DERNIERS SUJETS ------ */

.derniers_tfa_messages {
background: url('http://i25.servimg.com/u/f25/11/95/30/70/1014.jpg');
background-position: bottom;
padding: 7px;
margin: 0 10px;
min-height: 50px;
vertical-align: middle;
border: 1px solid #404040;
}
.derniers_tfa_messages .gensmall{
height: 100%;
vertical-align: middle;
}

/* ------ EMPLACEMENT DE L ICONE NEW/NO-NEW/CLOS ------ */
.icone_tfa_cat {
position: relative;
float: right;
margin-right: -19px;
margin-top: -16px;
}

/* ------ OMBRE TEXTES CELLULES ------ */
.text-tfa_cell .gensmall {
text-shadow: 1px 0 1px #000;
}

/* ------ BLOC RUBAN ------ */
.top_cat {
position: relative;
width: 100%;
height: 66px;
vertical-align: bottom;
margin: 0;
padding: 0;
margin-top: 20px;
}
.tfa_cat_gauche {
position: absolute;
left: -24px;
background: url('http://i25.servimg.com/u/f25/11/95/30/70/157.png') no-repeat transparent;
width: 24px;
height: 66px;
margin: 0;
padding: 0;
}
.tfa_cat_droite {
position: absolute;
right: -24px;
background: url('http://i25.servimg.com/u/f25/11/95/30/70/258.png') no-repeat transparent;
width: 24px;
height: 66px;
padding: 0;
margin: 0;
}
.tfa_cat_center {
background: url("http://i25.servimg.com/u/f25/11/95/30/70/346.png") repeat-x scroll center bottom transparent;
bottom: 0;
height: 66px;
line-height: 66px;
margin: 0;
padding: 0;
}

/* ------ BAS CATEGORIE ------ */

.cat_tfa_bas {
background: url('http://i25.servimg.com/u/f25/11/95/30/70/915.jpg');
height: 22px;
line-height: 22px;
vertical-align: middle;
background-position: left;
border: 1px solid #404040;
border-top: none;
margin: 0 10px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
border-radius: 0px 0px 10px 10px;
}
.cat_tfa_bas .gensmall img{
vertical-align: middle;
}

/* ------ STYLE CHIFFRES MESSAGES SUJETS ------ */

.chiffres{
color: #74c20f;
font-weight: bold;
}



Maintenant de mon côté, j'ai à priori bien respectée les consignes donc mon template en code;

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 -->

<table class="forumline" width="100%" cellspacing="0" cellpadding="0">
  <tr>
      <th nowrap="nowrap"  colspan="2" width="100%" class="secondarytitle" style="background: transparent; vertical-align: middle;">
    <!-- DEBUT TITRE CATEGORIE -->
    <div class="top_cat">
      <div class="tfa_cat_gauche"></div>
      <div class="tfa_cat_droite"></div>
      <div class="tfa_cat_center">
        <div class="firstletter">{catrow.tablehead.L_FORUM} </div>
      </div>
    </div>
    <!-- FIN TITRE CATEGORIE -->
  </th>
  </tr>
  <!-- END tablehead -->

 <!-- BEGIN forumrow -->
  <tr>
<!-- DEBUT TITRE FORUM -->

    <td  width="70%" class="cell_tfa_des">
      <div class="forum_titre">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
    <span class="forumlink">
      <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a>
          </span>
  </h{catrow.forumrow.LEVEL}>
      </div>
    </td>
<!-- FIN TITRE FORUM -->
    <td  width="30%" class="cell_tfa_des">
    </td>
  </tr>
  <tr>
<!-- DEBUT DESCRIPTION FORUM -->
    <td width="70%">
      <div class="la_tfa_description">
      <div><span class="genmed">{catrow.forumrow.FORUM_DESC}</span>                                 
      </div>
      <div class="modo" style="width:100%;">
    <span class="gensmall">
  <!-- BEGIN switch_moderators_links -->
        {catrow.forumrow.switch_moderators_links.L_MODERATOR}
        {catrow.forumrow.switch_moderators_links.MODERATORS}
  <!-- END switch_moderators_links -->
  </span>
      </div>
    </div>
    </td>
<!-- FIN DESCRIPTION FORUM -->

<!-- DEBUT DERNIERS MESSAGES -->
    <td  width="30%" style="min-width: 160px; vertical-align: bottom;">
      <div class="derniers_tfa_messages">                 
<!-- DEBUT ICONE NEW/NO-NEW/CLOS -->
      <div class="icone_tfa_cat">
      <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}"  />
      </div>
<!-- FIN ICONE NEW/NO-NEW/CLOS -->
  <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
    </div>
    </td>
<!-- FIN DERNIERS MESSAGES -->
  </tr>
  <tr>

<!-- DEBUT LIENS SOUS FORUMS -->
    <td width="70%" class="text-tfa_cell" align="center"  valign="top">
      <div class="cat_tfa_bas">
  <span class="gensmall">
  {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} 
  </span>
      </div>
    </td>

<!-- FIN LIENS SOUS FORUMS -->

<!-- DEBUT NOMBRES SUJETS ET MESSAGES -->

    <td  width="30%"align="center"  valign="top">
      <div  class="cat_tfa_bas">
  <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  & <span class="chiffres">{catrow.forumrow.POSTS}</span> messages</span>
      </div>
    </td>   
<!-- FIN NOMBRES SUJETS ET MESSAGES -->   
  </tr>
  <!-- END forumrow -->

  <!-- BEGIN catfoot -->

  <tr>
    <td class="spaceRow" colspan="2" 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" /><!-- END tablefoot --><!-- END catrow -->
 

Mon template se prend quand même en compte, mais il y'a des balises qui ne sont pas fermées ;

Template qui ne se ferme pas avec n'importe quel code MXG6IUAn12


Les rubans fonctionnent enfait, et j'ai ce qu'on doit avoir mais pour les balises du coup je préfère tout de même les fermer pour pas qu'il y'ai de soucis quand jvais rajouter des templates...




avatar

-Mishirame-
***

Féminin
Messages : 176
Inscrit(e) le : 06/01/2012

-Mishirame- a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par Anzu Lun 6 Mai 2013 - 15:45


Ahh c'est juste ça. (je suis déçue Mr. Green )

Si on prend cette partie:

Code:
      <td  width="30%"align="center"  valign="top">
              <div  class="cat_tfa_bas">
          <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  & <span class="chiffres">{catrow.forumrow.POSTS}</span> messages</span>
              </div>
            </td> 

Le tout est correct et pourtant les deux dernières sont en rouge. Les balises en rouge ne sont pas très révélatrices. Personnellement, je les ignore. Vous relisez vos codes tranquillement en prenant des segments et puis voilà ^^

Et là ... *mystère*
en regardant de plus près batman
Code:
 
  <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  & <span class="chiffres">{catrow.forumrow.POSTS}</span> messages</span>

C'est le petit "&" qui fait cafouiller, si vous le retirez pour tester, il n'y aura plus de problème ^^
Mais laissez le, votre template est tout bon Wink

Cordialement.

Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par -Mishirame- Lun 6 Mai 2013 - 16:13


Ah d'accord... xd j'ai toujours crue que c'était pas spécialement bon pour x)

Et pendant qu'on y est du coup, comme j'ai réussi à faire ca , y'a 3 petits truc que j'aimerais corriger >,<

Ces 3 choses la ;

Enlever les lignes et le fond qui se met 1 fois sur 2 sur les messages

Template qui ne se ferme pas avec n'importe quel code JGHdgnCtXC

enlever le meme fond qui entoure Permission du forum ( pas le 1 Page sur 1 )

Template qui ne se ferme pas avec n'importe quel code 4pXPB5n88F


Et enlever les lignes ainsi que le fond genant du QEEL

Template qui ne se ferme pas avec n'importe quel code YwEylaUMki


S'il vous plais Very Happy


Cordialement
avatar

-Mishirame-
***

Féminin
Messages : 176
Inscrit(e) le : 06/01/2012

-Mishirame- a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par -Mishirame- Mar 7 Mai 2013 - 18:19

up
avatar

-Mishirame-
***

Féminin
Messages : 176
Inscrit(e) le : 06/01/2012

-Mishirame- a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par Anzu Mar 7 Mai 2013 - 18:26

Si ce sujet est résolu, je vous invite à éditer votre premier message et à cocher l'icône résolu

Pour le reste de vos demandes, il faut ouvrir d'autres sujets Wink

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Template qui ne se ferme pas avec n'importe quel code

Message par -Mishirame- Mar 7 Mai 2013 - 18:28


oki >,< merci ! *passe en résolu*
avatar

-Mishirame-
***

Féminin
Messages : 176
Inscrit(e) le : 06/01/2012

-Mishirame- a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum