Enlever un espace vide dans les catégories

2 participants

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

Résolu Enlever un espace vide dans les catégories

Message par Aqua' Sam 17 Nov 2012 - 17:31

Bonjour Smile
Je vous prie de m'excuser si je ne suis pas dans la bonne partie ^^'

J'ai un petit soucis. J'avais modifié mon template index-box, pour pouvoir modifier mes catégories. Tout à bien fonctionné, mais je voulais enlever le "forum" qui était tout en haut. J'ai donc regardé dans les messages postés, et j'ai trouvé comment faire. Sauf que ça m'a cassé toute mes catégories. J'ai donc refait le tuto pour remttre mes catégories correctement, mais il reste ça :
Enlever un espace vide dans les catégories Captur10

Et je ne trouve pas comment faire, vu que je ne suis pas très très fortiche en codage.

Je vous mets mon template index-box (à moins que ça ne vienne de mon template index-body qui est lui aussi modifié :/).

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="0" cellpadding="0">
  <tr style="display:none;">
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_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"><div style="width:250px;"> </div></td>
   </tr>
   <!-- END cathead -->
   

<!-- BEGIN forumrow -->
<tr>
<td>
</td>
<td id="essaye" class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">

<br>


</span>
</h{catrow.forumrow.LEVEL}>



<table align="center">
<tr>
<td>
<div class=last_post><div style="margin-top:-50px; margin-left:-15px;"><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></div>
      <div class="topic_poste"><span class="gensmall"><center>{catrow.forumrow.LAST_POST}</center></div>

<div class="topic_post"><center> <span class="gensmall"><b>Topics:</b> {catrow.forumrow.TOPICS}♣ <b>Posts:</b>{catrow.forumrow.POSTS}</span></center></div>
</div>
</td><td><span class="forumlink"><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}"><span class="gradualfader">{catrow.forumrow.FORUM_NAME}</span></a>
<div id="descripti"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div>
<div class="lienss"><center>{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</center></div>
</td>

</tr>
</table>
</span>
</div></br></td>


<!-- BEGIN forum_link_no -->
      </td>
      <!-- END forum_link_no -->
      <!-- BEGIN forum_link -->
      <td class="row3" colspan="3" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.forum_link.HIT_COUNT}</span></td>
      <!-- END forum_link -->
  </tr>
<!-- END forumrow -->
   <!-- BEGIN catfoot -->
<tr>
<span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>

<td colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">


      </h{catrow.cathead.LEVEL}>

      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
  </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Merci d'avance pour votre aide Smile


Dernière édition par Aqua' le Mer 21 Nov 2012 - 19:34, édité 1 fois
avatar

Aqua'
Nouveau membre

Messages : 3
Inscrit(e) le : 17/11/2012

http://maisondustyle.forumactif.org/
Aqua' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever un espace vide dans les catégories

Message par Aqua' Lun 19 Nov 2012 - 18:41

UP Very Happy
avatar

Aqua'
Nouveau membre

Messages : 3
Inscrit(e) le : 17/11/2012

http://maisondustyle.forumactif.org/
Aqua' a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Enlever un espace vide dans les catégories

Message par MlleAlys Lun 19 Nov 2012 - 21:34

je crois que j'essayerais en modifiant cette cellule là :
Code:
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"><div style="width:250px;"> </div></td>
(juste avant <!-- END cathead -->)

plutôt que de l'enlever (on ne sait jamais pour des modifications futures ! xP) mets 0px à la place de 250px, et ça devrait se présenter normalement ^^
MlleAlys

MlleAlys
Membre actif

Messages : 5767
Inscrit(e) le : 12/09/2012

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

Résolu Re: Enlever un espace vide dans les catégories

Message par Aqua' Mer 21 Nov 2012 - 19:34

C'est parfait, merci beaucoup !
Bonne soirée Very Happy
avatar

Aqua'
Nouveau membre

Messages : 3
Inscrit(e) le : 17/11/2012

http://maisondustyle.forumactif.org/
Aqua' 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