Problème de QEEL

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

Résolu Problème de QEEL

Message par soulliah Mar 5 Juil 2011 - 15:52

Bonjour ! voila, j'ai un petit soucis avec le code de mon QEEL, la liste des membres connectés aux cours des 24 dernières heures ne veut pas rentrer dans le bon carré... Je vous montre

Problème de QEEL Captur14

Voila, je voudrais que ça rentre dans le carré de droite, plutot que d'échouer en dessous (ce qui fait très laid) seulement j'arrive pas a comprendre ce qui cloche dans mon HTML

le voici (uniquement la partie modifiée pour vous empêcher de vous ennuyer a tout regarder)
Code:
<!-- BEGIN disable_viewonline -->
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
<table style=" width: 800px; height: 50px ; border: 0px solid #AFEEEE; -moz-border-radius: 5px; " >
   <center><BR><span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=1"><font color="#4e4e4e" size="2"><b>Admins</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://thbp.forum-actif.net/groupcp.forum?g=2"><font color="#708090" size="2"><b>Modos</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=3"><font color="#006400" size="2"><b>Mangemort</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=5"><font color="#B8860B" size="2"><b>Ordre</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=9"><font color="#DAA520" size="2"><b>Poufsouffle</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=23"><font color="#FF1493" size="2"><b>Enfant</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><BR><BR>
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=11"><font color="#D2691E" size="2"><b>Sorcier</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=12"><font color="#9400D3" size="2"><b>Médicomage</b></font></a></span><img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=10"><font color="#008000" size="2"><b>Serpentard</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=13"><font color="#8B0000" size="2"><b>Vampire</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=14"><font color="#8B4513" size="2"><b>Lycans</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=15"><font color="#FF69B4" size="2"><b>Vélane</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><BR><BR>
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=16"><font color="#D2B48C" size="2"><b>Ministère</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=17"><font color="#800080" size="2"><b>Poudlard</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=8"><font color="#4169E1" size="2"><b>Serdaigle</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="http://thbp.forum-actif.net/groupcp.forum?g=7"><font color="#B22222" size="2"><b>Gryffondor</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="http://thbp.forum-actif.net/groupcp.forum?g=19"><font color="#008080" size="2"><b>Universitaires</b></font></a> </span></center> </table>
<table style=" width: 800px; height: 0px ; border: 0px solid #AFEEEE; -moz-border-radius: 0px; " >
   <center><IMG src="http://i41.servimg.com/u/f41/11/61/84/74/qeel10.png"></center> </table>
<BR>
   <table cellspacing='5' >
   <tr>
<td style="padding: 20px; border: 3px solid #653C78; width: 350px ; height: 200px; background : #E2DBEB; texte-align: justify; overflow: auto; "><span class="gensmall">{TOTAL_POSTS} {TOTAL_USERS}

{NEWEST_USER}<br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}<br></span></td>
   <td style="padding: 20px; border: 3px solid #653C78; width: 350px ; height: 200px; background : #E2DBEB; texte-align: justify; overflow: auto; "> <span class="gensmall">{L_CONNECTED_MEMBERS}
   {L_WHOSBIRTHDAY_TODAY}
   {L_WHOSBIRTHDAY_WEEK} </span>
</td>
</tr>
</table>
<!-- END disable_viewonline -->

Merci d'avance pour ceux qui saurons m'aider


Dernière édition par soulliah le Mar 5 Juil 2011 - 16:29, édité 1 fois
soulliah

soulliah
Nouveau membre

Messages : 20
Inscrit(e) le : 01/09/2010

http://thbp.forum-actif.net
soulliah a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Problème de QEEL

Message par Invité Mar 5 Juil 2011 - 16:24

Bonjour,

Le problème se corrige en ajoutant les balises <table> et </table> autour des variables concernées.
Remplacez:
Code:
{L_CONNECTED_MEMBERS}
  {L_WHOSBIRTHDAY_TODAY}
  {L_WHOSBIRTHDAY_WEEK}
Par:
Code:
 <table>{L_CONNECTED_MEMBERS}
  {L_WHOSBIRTHDAY_TODAY}
  {L_WHOSBIRTHDAY_WEEK}</table>

Cordialement.
Anonymous

Invité
Invité


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

Résolu Re: Problème de QEEL

Message par soulliah Mar 5 Juil 2011 - 16:29

Oh d'accord >< je me trouve incroyablement stupide maintenant ><

ça marche ! Merci beaucoup
soulliah

soulliah
Nouveau membre

Messages : 20
Inscrit(e) le : 01/09/2010

http://thbp.forum-actif.net
soulliah 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