Affichage des groupes

2 participants

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

Résolu Affichage des groupes

Message par toulouse1914 Jeu 11 Aoû 2011 - 14:13

Bonjour!
Je vous jure, c'est la dernière question. xD Bref, j'ai trouvé un code sur un forum pour changer le QEEL afin que les groupes soient des liens en haut des statistiques. Mais voilà ce que cela m'a donné :
Spoiler:

J'ai changé les couleurs, mais ça reste gris et non centré... Mais il y a un petit carré d'image en bas à gauche... C'est normal?

Voici mon CSS :
Code:
.statistiques{
border:0px;
background-image:url("[color=green]http://i45.servimg.com/u/f45/16/75/49/65/qeel_b10.jpg[/color]");
background-repeat:no-repeat;
background-position:center;
height:270px;}

.groupes{
background-color:#FFFFFF;border:1px #D0D0D0 dotted;
-moz-border-radius :5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;}

Et mon template :
Code:
<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
<td width="15%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g1-administrateurs"><font
color="#E3D7C1" size="2"><b>{ ADMINISTRATEURS }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"><a href="http://second-chance-ranch.forumactif.com/g2-moderateurs"><font
color="#C7C5C1" size="2"><b>{ MODÉRATEURS }</b></font></a> </span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g3-employes"><font
color="#A37E51" size="2"><b>{ EMPLOYÉS } </b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g4-eleves"><font
color="#261F1A" size="2"><b>{ ÉLÈVES }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}

{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
<table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
{L_CONNECTED_MEMBERS}</table>
<img src="[color=green]LIEN IMAGE DU BAS[/color]"><br>
<!-- END disable_viewonline -->
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Jeu 11 Aoû 2011 - 14:17

Bonjour, pouvez-vous me fournir également le lien de l'endroit où vous avez trouvé ce qeel ?

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Jeu 11 Aoû 2011 - 14:18

avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Ven 12 Aoû 2011 - 2:35

Déjà pour la petite image qui ne s'affiche pas c'est normal

Répérez ceci :
Code:

    <img src="[color=green]LIEN IMAGE DU BAS[/color]">

la partie entre les deux "" devrait être remplacée par le lien d'une image ^^ d'ou l'affichage d'un logo d'erreur.

Ensuite, il y a beaucoup de problème dans votre qeel, pourriez-vous me faire un schéma de ce que vous désiriez obtenir normalement.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Ven 12 Aoû 2011 - 11:06

Spoiler:

Je voudrais faire comme ceci (bien que ce ne soit pas proportionnel ni avec les bonnes couleurs. ^^)
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Sam 13 Aoû 2011 - 11:50

Et puis, avez-vous trouvé le problème? (:
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Sam 13 Aoû 2011 - 12:22

^^ je suis dessus

pour center les connectés, repérer :

Code:
  <table border="0" cellspacing="3" cellpadding="0" width="700" align="center" style="text-align: justify">
    {L_CONNECTED_MEMBERS}</table>

changez le en
Code:
 <center>  <table border="0" cellspacing="3" cellpadding="0" width="400" class="connect">
    {L_CONNECTED_MEMBERS}</table></center>

et mettez dans votre css :

Code:
.connect .row1 (
text-align : justify;
}

Ensuite supprimez :
Code:
<td width="15%"></td>
et
Code:
<td width="5%"></td>

pour les groupes, je cherche encore actuellement. Encore un peu de patience.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Sam 13 Aoû 2011 - 13:08

Ça a marché! =D J'attends la suite. ^^
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Dim 14 Aoû 2011 - 14:17

Puis-je réavoir votre template index_body complet s'il vous plait ? je me perd un peu dans toutes les modifications que nous avons déà faites ^^
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Lun 15 Aoû 2011 - 13:07

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}

        {CURRENT_TIME}

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

        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

        <!-- 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 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;">{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">
                <table width="100%"><tr><td><a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></td><td align="right"><span class="gensmall"></span></td></tr></table>

            </span>
<div style="text-align:right"><b>Sujets :</b> {catrow.forumrow.TOPICS} | <b>Messages :</b> {catrow.forumrow.POSTS}</div>
        </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 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 -->

Le voilà. ^^
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Mar 16 Aoû 2011 - 2:19

Vous vous êtes trompé ^^ J'ai demandé index_body complet et non l'index_box. Pouvez-vous me le fournir ?
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

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

Résolu Re: Affichage des groupes

Message par toulouse1914 Mer 17 Aoû 2011 - 10:53

Raaah, l'idiote que je suis. u_u
Code:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <!-- BEGIN message_admin_titre -->
   <tr>
      <td class="catHead" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
   </tr>
   <!-- END message_admin_titre -->
   <!-- BEGIN message_admin_txt -->
   <tr>
      <td class="row1" rowspan="3" align="center" valign="middle">
      <div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
      </td>
   </tr>
   <!-- END message_admin_txt -->
</table>
<!-- END message_admin_index -->

<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle" align="right">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->

{CHATBOX_TOP}
{BOARD_INDEX}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td width="50%" valign="top">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a>
         <!-- END switch_user_logged_in -->
         <!-- BEGIN switch_delete_cookies -->
         <br /><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a>
         <!-- END switch_delete_cookies -->
         </span>
      </td>
      <td width="50%" align="right">
         <span class="gensmall">
            <a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
            <a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
            <a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
            <!-- BEGIN switch_on_index -->
               <!-- BEGIN switch_delete_cookies -->
               <br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
               <!-- END switch_delete_cookies -->
            <!-- END switch_on_index -->
         </span>
      </td>
   </tr>
</table>

<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
   <!-- BEGIN switch_fb_connect_no -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td class="row1" align="center">
            <table border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td><span class="genmed">{L_USERNAME}:</span> </td>
                  <td><input class="post" type="text" size="10" name="username"/> </td>
                  <td>
                     <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                     <span class="gensmall">{L_AUTO_LOGIN}</span> 
                  </td>
               </tr>

               <tr>
                  <td><span class="genmed">{L_PASSWORD}:</span> </td>
                  <td><input class="post" type="password" size="10" name="password"/> </td>
                  <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect_no -->

   <!-- BEGIN switch_fb_connect -->
   <table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form forumline">
      <tr>
         <td valign="top" width="100%"  class="row1" align="center">
            <table width="100%">
               <tr>
                  <td width="55%" valign="middle">
                     <table class="right">
                        <tr>
                           <td><span class="genmed">{L_USERNAME}:</span> </td>
                           <td><input class="post" type="text" size="10" name="username"/> </td>
                           <td>
                              <input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
                              <span class="gensmall">{L_AUTO_LOGIN}</span> 
                           </td>
                        </tr>

                        <tr>
                           <td><span class="genmed">{L_PASSWORD}:</span> </td>
                           <td><input class="post" type="password" size="10" name="password"/> </td>
                           <td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
                        </tr>
                     </table>
                  </td>
                  <td width="10%" align="center" valign="middle">
                     <span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
                  </td>
                  <td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" perms="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
               </tr>
            </table>
         </td>
      </tr>
   </table>
   <!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->

<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>

<br><br><br><br><br><br><br><center>
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g1-administrateurs"><font
color="#E3D7C1" size="2"><b>{ ADMINISTRATEURS }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"><a href="http://second-chance-ranch.forumactif.com/g2-moderateurs"><font
color="#C7C5C1" size="2"><b>{ MODÉRATEURS }</b></font></a> </span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g3-employes"><font
color="#A37E51" size="2"><b>{ EMPLOYÉS } </b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g4-eleves"><font
color="#261F1A" size="2"><b>{ ÉLÈVES }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
 <center>  <table border="0" cellspacing="3" cellpadding="0" width="400" class="connect">
    {L_CONNECTED_MEMBERS}</table></center>
<img src="[color=green]http://i45.servimg.com/u/f45/16/75/49/65/qeel_b10.jpg[/color]"><br>
<!-- END disable_viewonline -->
{CHATBOX_BOTTOM}
<br clear="all" />
<!-- BEGIN switch_legend -->
<table border="0" cellspacing="3" cellpadding="0" align="center">
   <tr>
      <td align="center" width="20"><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NEW_POSTS}</span></td>
      <td></td>
      <td align="center" width="20"><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
      <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
      <td>  </td>
      <td align="center" width="20"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" /></td>
      <td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
   </tr>
</table>
<!-- END switch_legend -->

{AUTO_DST}

<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
   appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
     status: true,
     cookie: true,
     xfbml: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->
avatar

toulouse1914
**

Féminin
Messages : 84
Inscrit(e) le : 12/10/2009

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

Résolu Re: Affichage des groupes

Message par SoraNoHime Mer 17 Aoû 2011 - 18:49

Remplacez
Code:
<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
  <tr>
 
<br><br><br><br><br><br><br><center>
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g1-administrateurs"><font
color="#E3D7C1" size="2"><b>{ ADMINISTRATEURS }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"><a href="http://second-chance-ranch.forumactif.com/g2-moderateurs"><font
color="#C7C5C1" size="2"><b>{ MODÉRATEURS }</b></font></a> </span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g3-employes"><font
color="#A37E51" size="2"><b>{ EMPLOYÉS } </b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<span
class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g4-eleves"><font
color="#261F1A" size="2"><b>{ ÉLÈVES }</b></font></a></span> <img
src="http://i31.tinypic.com/mugck1.jpg">
<br><br>
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br>
<td width="5%"></td>
</tr>
</table>
 
 <center>  <table border="0" cellspacing="3" cellpadding="0" width="400" class="connect">
    {L_CONNECTED_MEMBERS}</table></center>
<img src="[color=green]http://i45.servimg.com/u/f45/16/75/49/65/qeel_b10.jpg[/color]"><br>
<!-- END disable_viewonline -->

par
Code:
<!-- BEGIN disable_viewonline -->
            <table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
              <tr>
            <td align="center">
       
            <br><br><br><br><br><br><br>
            <span class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g1-administrateurs" ><font color="#E3D7C1" size="2"><b>{ ADMINISTRATEURS }</b></font></span></a> <img
            src="http://i31.tinypic.com/mugck1.jpg">
            <span class="groupes"><a href="http://second-chance-ranch.forumactif.com/g2-moderateurs"><b><font color="#C7C5C1" size="2">{ MODÉRATEURS }</font></b></a></span> <img
            src="http://i31.tinypic.com/mugck1.jpg">
            <span class="groupes"> <a href="http://second-chance-ranch.forumactif.com/g3-employes"><font color="#A37E51" size="2"><b>{ EMPLOYÉS } </b></font></a></span> <img
            src="http://i31.tinypic.com/mugck1.jpg">
            <span class="groupes">  <a href="http://second-chance-ranch.forumactif.com/g4-eleves"><font color="#261F1A" size="2"><b>{ ÉLÈVES }</b></font></a></span> <img
            src="http://i31.tinypic.com/mugck1.jpg">
            <br><br>
            <span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
            {NEWEST_USER}<br><br>
            {TOTAL_USERS_ONLINE}<br>
            {LOGGED_IN_USER_LIST}</span><br></td>
            </tr>
            </table>
         
            <center>  <table border="0" cellspacing="3" cellpadding="0" width="400" class="connect">
                {L_CONNECTED_MEMBERS}</table></center>
            <img src="[color=green]http://i45.servimg.com/u/f45/16/75/49/65/qeel_b10.jpg[/color]"><br>
            <!-- END disable_viewonline -->

le retour à la ligne dans votre code faussait la couleur.

Cordialement.
SoraNoHime

SoraNoHime
Membre actif

Féminin
Messages : 6218
Inscrit(e) le : 10/06/2010

SoraNoHime 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