Problème d'espace "Nouveaux Messages, etc"

2 participants

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

Résolu Problème d'espace "Nouveaux Messages, etc"

Message par Galoyan Mer 4 Jan 2012 - 22:37

Bonjour,

J'ai voulu mettre mes icons "Nouveaux messages" etc au dessus des derniers messages, seulement maintenant je me retrouve avec ça :

Spoiler:

Je ne sais pas d'où peut venir cet espace, pourriez-vous m'aider svp ?

Voici mon template Index_Box :
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">

         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->

<div id="table_head"></div>

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <div class="cathead"></div><div class="catbody">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
          <th nowrap="nowrap" width="150"><div style="width:150px;"><span class="derniermessage">{L_LASTPOST}</span></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="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}>
<table width="100%"><tr><td class="sep"  width="75%"><div id="forumdesc"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div></td><td  width="25%"class="sousfo"><span class="gensmall" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span><script type="text/javascript">
jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ')).removeAttr('id');
</script></td></tr></table>
         <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>
      <!-- BEGIN forum_link_no -->
  <td class="row3 over" align="right" valign="right" height="100">
<center><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></center>
      <div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}<br /><div class="forum-stats">{catrow.forumrow.POSTS} messages & {catrow.forumrow.TOPICS} sujets.</div></span></div>
    </td>
 <!-- END forum_link_no -->

   </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>
<div id="table_foot"></div>
</div><div class="catfoot"></div>
<img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Merci d'avance !


Dernière édition par Galoyan le Mer 11 Jan 2012 - 17:04, édité 1 fois
Galoyan

Galoyan
**

Féminin
Messages : 58
Inscrit(e) le : 18/08/2007

http://givesyouhell.forumactif.com/
Galoyan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espace "Nouveaux Messages, etc"

Message par Gorgorbey Mer 4 Jan 2012 - 23:40

Bonjour,

Il y avait un problème de balises déjà dans votre template.
Essayez ceci :
Code:
        <table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
          <tr>
              <td valign="bottom">
       
                <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
              </td>
          </tr>
        </table>
        <!-- BEGIN catrow --><!-- BEGIN tablehead -->
       
        <div id="table_head"></div>
       
        <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
          <div class="cathead"></div><div class="catbody">
          <tr>
              <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
                  <th nowrap="nowrap" width="150"><div style="width:150px;"><span class="derniermessage">{L_LASTPOST}</span></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="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}>
        <table width="100%"><tr><td class="sep"  width="75%"><div id="forumdesc"><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></div></td><td  width="25%"class="sousfo"><span class="gensmall" id="subforums">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span><script type="text/javascript">
        jQuery('#subforums').html(jQuery('#subforums').html().replace(/, /g,' ')).removeAttr('id');
        </script></td></tr></table>
                <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></td>
              <!-- BEGIN forum_link_no -->
          <td class="row3 over" align="right" valign="right" height="100">
        <center><img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></center>
              <div class="lastm"><span class="gensmall">{catrow.forumrow.LAST_POST}<br /><div class="forum-stats">{catrow.forumrow.POSTS} messages & {catrow.forumrow.TOPICS} sujets.</div></span></div>
            </td>
        <!-- END forum_link_no -->
       
          </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>
        <div id="table_foot"></div>
        </div><div class="catfoot"></div>
        <img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->

Si ce n'est toujours pas bon, pourriez-vous faire un schéma de ce que vous souhaitez ?

Cordialement.
Gorgorbey

Gorgorbey
Membre actif

Masculin
Messages : 3321
Inscrit(e) le : 09/09/2010

http://w4rx.forumactif.com/
Gorgorbey a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espace "Nouveaux Messages, etc"

Message par Galoyan Jeu 5 Jan 2012 - 14:38

Bonjour,

Merci pour ta réponse ! J'ai essayé le code mais ça ne change rien :/
Voilà ce que j'aimerai faire :
Spoiler:
Avec l'icon New No New.. qui se "superposerait" avec le cadre des "derniers messages etc"

Merci d'avance !
Galoyan

Galoyan
**

Féminin
Messages : 58
Inscrit(e) le : 18/08/2007

http://givesyouhell.forumactif.com/
Galoyan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espace "Nouveaux Messages, etc"

Message par Galoyan Sam 7 Jan 2012 - 14:06

UP
Galoyan

Galoyan
**

Féminin
Messages : 58
Inscrit(e) le : 18/08/2007

http://givesyouhell.forumactif.com/
Galoyan a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème d'espace "Nouveaux Messages, etc"

Message par Galoyan Mer 11 Jan 2012 - 17:04

Problème réglé, merci quand même ! Smile
Galoyan

Galoyan
**

Féminin
Messages : 58
Inscrit(e) le : 18/08/2007

http://givesyouhell.forumactif.com/
Galoyan 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