Nono
{ Membre }
Messages : 148
| Bonjour ! Alors, mon code marche, mais il me fait des espaces de cadre/contour blanc autour du nom du groupe, et j'aimerai les enlever. Mais je trouve pas le code pour l'enlever. J'aimerai également savoir s'il est possible de remettre le nombre total d'inscrit ? Car en modifiant le code ben il a disparu >< Voici le lien si vous voulez voir : http://imraisinghell.forumotion.com/ Voici le la template (la partie pour le QEEL) - Code:
-
<!-- BEGIN disable_viewonline --> <center><table cellspacing="2" cellpadding="2" width="800px" border="0" class="statistiques"> <tr><td colspan="3"><center><img src="http://img404.imageshack.us/img404/1143/godfallqeelll.png"></center></td></tr> <tr> <td width="5px"></td> <td width="350px"> <br><center> <span class="groupes"> <a href="http://imraisinghell.forumotion.com/g2-we-live-for-blood"><font color=#B80606 size="2"><b>We Live for Blood</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div> <span class="groupes"><a href="http://imraisinghell.forumotion.com/g4-we-ve-a-wolf-in-our-heart"><font color=#1043A8 size="2"><b>We've a Wolf in Our Heart</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg"><div> <span class="groupes"> <a href="http://imraisinghell.forumotion.com/g5-we-re-the-ordinary-people"><font color=#DB8E09 size="2"><b>We're The Ordinary People </b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"><div> <span class="groupes"> <a href="http://imraisinghell.forumotion.com/g6-we-hunt-darkness"><font color= #0F9956 size="2"><b>We Hunt Darkness</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg"></span> <div> <span class="groupes"> <a href="http://imraisinghell.forumotion.com/g7-we-re-making-experiments-on-them"><font color="#966CF0" size="2"><b>We're making Experiments on Them</b></font></a> </span><div> <span class="groupes"> <a href="http://imraisinghell.forumotion.com/g3-pnj"><font color="#D60B85" size="2"><b>I'm Raising Hell</b></font></a> </span><div> <br><br></td> <td width="400px"><span class="gensmall"><font size=1> <span class="gensmall"><span id="delf">{TOTAL_USERS_ONLINE}</span><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateur en ligne/,"Londonien sur le forum");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/utilisateurs en ligne/,"Londoniens sur le forum ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistré/,"habitant");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Enregistrés/,"habitants");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisible et/,"esprit, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invisibles et /,"esprits, ");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invité/,"passant");</script><script type="text/javascript">document.getElementById('delf').innerHTML=document.getElementById('delf').innerHTML.replace(/Invités/,"passants");</script></span> <br> {NEWEST_USER}. <br> <span id="kumao">{TOTAL_POSTS}</span><script type="text/javascript">document.getElementById('kumao').innerHTML=document.getElementById('kumao').innerHTML.replace(/membre/,"Olympien");</script><br> </font><br> <span class="gensmall">{TOTAL_USERS_ONLINE} <br> {LOGGED_IN_USER_LIST} </td></center></span></td> </tr> </table>
<table width="70%" align="center" style="text-align: justify"> <tr><td>{L_CONNECTED_MEMBERS}</td></tr> </table> <table width="58%" align="center" style="text-align: justify"> <tr><td><font size=1>{RECORD_USERS}</font></td></tr> </table></center> <!-- 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} | | |
|
Ikø'
Pika'Ghøst ~ Maîtresse des pelles ~
Messages : 3193
| Bonjour :DD Ton problème de contour réside dans ton CSS. À quelque part dans ton CSS, tu as la class "groupes", et dans celle-ci il y a l'attribut background-color: #FFFFFF; . C'est ce qui correspond à la couleur blanche :DD Tu n'as qu'à l'enlever ou changer la couleur. Pour ce qui est du nombre total d'utilisateur, c'est - Code:
-
<span class="gensmall">{TOTAL_USERS}</span> Tu mets ça à l'endroit où tu veux le mettre :DD Si tu as besoin d'aide pour ça, dit-le ** | | |
|
Nono
{ Membre }
Messages : 148
| Merci ! Ca a marché ^^
Vous pouvez verrouiller ! | | |
|