Comment supprimer le rectangle bleu ?

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

Résolu Comment supprimer le rectangle bleu ?

Message par Invité Mer 1 Oct 2014 - 11:35

Détails techniques


Version du forum : phpBB2
Poste occupé : Fondateur
Navigateur(s) concerné(s) : Mozilla Firefox
Capture d'écran du problème :
Voir l'image:

Personnes concernées par le problème : Moi uniquement
Lien du forum : http://masterwebv2.forumactif.org/forum

Description du problème

Bonjour, voilà j'aimerais savoir comment supprimé le rectangle bleu ? Que vous voyez dans la capture ou j'ai entourée en rouge? J'ai été dans "Affichage, gestion des images, mais il n'y est pas. . . ' ? Pourriez vous m'aider svp? Merci à vous. Wink


Dernière édition par Joey.TR le Jeu 2 Oct 2014 - 12:11, édité 1 fois
Anonymous

Invité
Invité


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

Résolu Re: Comment supprimer le rectangle bleu ?

Message par Neptunia Mer 1 Oct 2014 - 11:43

Bonjour ^^

Pourrions nous avoir le contenu du template index_box ?
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment supprimer le rectangle bleu ?

Message par Invité Mer 1 Oct 2014 - 11:50

Oui bien sur. Le voici :

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 tfa" width="100%" cellspacing="3" cellpadding="7">
  <tr>
        <th nowrap="nowrap" width="75%" class="secondarytitle" style="background: transparent; vertical-align: middle;">{catrow.tablehead.L_FORUM}</th>
        <th nowrap="nowrap" width="25%" ></th>   
  </tr>
  <!-- END tablehead -->

 <!-- BEGIN forumrow -->
  <tr>
    <td width="75%">     
      <!-- DÉBUT DESCRIPTION FORUM -->
        <div class="tfa_description">
    <!-- DÉBUT TITRE FORUM -->
          <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>
      <!-- FIN TITRE FORUM -->
      <!-- DÉBUT NOMBRE SUJETS ET MESSAGES -->
          <div  class="tfa_suj_mess">
          <span class="gensmall"><span class="chiffres">{catrow.forumrow.TOPICS}</span> sujets  & <span class="chiffres">{catrow.forumrow.POSTS}</span> messages</span>
          </div>
      <!-- FIN NOMBRE SUJETS ET MESSAGES -->         
        <div style="clear:both;"></div>       
          <div class="descrp">
            <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>                               
          </div>
          <div class="modo">
              <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>
          <!-- DÉBUT LIENS SOUS FORUMS -->
          <div class="tfa_sous_forum">
            <span class="gensmall"> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span>
          </div>
          <!-- FIN LIENS SOUS FORUMS -->
        </div>
      <!-- FIN DESCRIPTION FORUM -->     
    </td>

    <!-- DÉBUT DERNIERS MESSAGES -->
    <td width="25%" valign="middle">
        <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 tfa">{catrow.forumrow.LAST_POST}</span>
        </div>
    </td>
<!-- FIN DERNIERS 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 -->
Anonymous

Invité
Invité


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

Résolu Re: Comment supprimer le rectangle bleu ?

Message par Invité Jeu 2 Oct 2014 - 11:03

Bonjour, pouvez vous m'aider svp ? J'ai pas trouvée
Anonymous

Invité
Invité


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

Résolu Re: Comment supprimer le rectangle bleu ?

Message par Neptunia Jeu 2 Oct 2014 - 11:50

Bonjour ^^


En fait le problème ne venait pas du template conforme au tutoriel suivi, mais de votre tableau couleur :
Right PA > Affichage > Images et couleurs > Couleurs > Les contours
-> Couleur Fond En-tête Catégorie : Mettez transp et :enreg:
Neptunia

Neptunia
Membre actif

Féminin
Messages : 17853
Inscrit(e) le : 08/08/2010

https://www.galaxie-series.net/
Neptunia a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Comment supprimer le rectangle bleu ?

Message par Invité Jeu 2 Oct 2014 - 12:11

Ah super , sa fonctionne ! Merci beaucoup pour le coup de main. Wink
Anonymous

Invité
Invité


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