Invité Invité
| Coucou tout le monde Voilà plusieurs heures que je tente en vain d'obtenir un QEEL en deux parties avec, à gauche, les groupes, les membres inscrits, etc, et à droite, les utilisateurs enregistrés au cours des dernières 24h. J'ai vu que cette question avait déjà été posée mais je ne parviens pas à obtenir le résultat souhaité. Templates - Spoiler:
- Code:
-
<!-- BEGIN disable_viewonline --> <table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"><tbody> <tr> <td > <span class="groupes"> <a href="http://"><font color="#333333" size="2"><b>DIRECTEURS</b></font></a> <a href="http://"><font color="#800000" size="2"><b>ALPHA</b></font></a> <a href="http://"><font color="#666699" size="2"><b>BETA</b></font></a> <a href="http://"><font color="#993366" size="2"><b>GAMMA</b></font></a> <a href="http://"><font color="#99CC00" size="2"><b>DELTA</b></font></a> </span><br><br> <span class="gensmall"> {TOTAL_POSTS}. {TOTAL_USERS}<br> {NEWEST_USER}<br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST} </span></table> </td> <table border="0" cellspacing="3" cellpadding="0" style="text-align: justify" width="400"><td width="400"> {L_CONNECTED_MEMBERS} </td></tr> <tbody></table> Ce que j'obtiens : - Spoiler:
Ce que je voudrais : - Spoiler:
J'espère que mon message est assez clair Merci d'avance |
Dernière édition par Honey le Sam 17 Avr 2010, 13:40, édité 1 fois | |
|
Boow
{ Membre actif }
Messages : 866
| Essaie ceci :
- Code:
-
<!-- BEGIN disable_viewonline --> <table cellspacing="2" cellpadding="2" width="850" border="0" class="statistiques"><tbody> <tr> <td > <span class="groupes"> <a href="http://"><font color="#333333" size="2"><b>DIRECTEURS</b></font></a> <a href="http://"><font color="#800000" size="2"><b>ALPHA</b></font></a> <a href="http://"><font color="#666699" size="2"><b>BETA</b></font></a> <a href="http://"><font color="#993366" size="2"><b>GAMMA</b></font></a> <a href="http://"><font color="#99CC00" size="2"><b>DELTA</b></font></a> </span><br><br> <span class="gensmall"> {TOTAL_POSTS}. {TOTAL_USERS}<br> {NEWEST_USER}<br> {TOTAL_USERS_ONLINE}<br> {LOGGED_IN_USER_LIST} </span> </td> <td width="400"> <table border="0" cellspacing="3" cellpadding="0" style="text-align: justify" width="400"><tr><td width="400"> {L_CONNECTED_MEMBERS} </td></tr></table></td></tr> </tbody></table> | | |
|
Invité Invité
| Ca fonctionne parfaitement Merci infiniment ! | | |
|