Enlever un espace vide dans les catégories
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1 • Partagez
Enlever un espace vide dans les catégories
Bonjour
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 :
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é :/).
Merci d'avance pour votre aide
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 :
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
Dernière édition par Aqua' le Mer 21 Nov 2012 - 19:34, édité 1 fois
Re: Enlever un espace vide dans les catégories
je crois que j'essayerais en modifiant cette cellule là :
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 ^^
- Code:
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"><div style="width:250px;"> </div></td>
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- Membre actif
- Messages : 5968
Inscrit(e) le : 12/09/2012
Re: Enlever un espace vide dans les catégories
C'est parfait, merci beaucoup !
Bonne soirée
Bonne soirée
Sujets similaires
» Laisser un espace vide entre les catégories avec une version punBB
» Espace vide dans les messages
» Espace vide dans les messages !
» Le vide à combler dans l'espace publicitaire
» Enlever les liens dans les catégories.
» Espace vide dans les messages
» Espace vide dans les messages !
» Le vide à combler dans l'espace publicitaire
» Enlever les liens dans les catégories.
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Gérer l'apparence de son forum :: Archives des problèmes avec l'apparence du forum
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum