Bonjour,
-Alors déjà il manque une /table à ton code; elle est ouverte mais non refermée. Ca peut poser pas mal de problèmes ^^
-Ensuite, dans ton CSS il y a des choses qui ne vont pas; il manque des points virgules à certains endroits ^^
-Concernant les différences de taille; c'est parce qu'il manque un code dans ton codage : "span class="gensmall""; qui force ton écriture à se mettre à la même taille que celle partout sur le forum
Je l'ai rajoutée
- J'ai aussi retiré ce fond rose moche sur les derniers connectés et les anniversaires; en rajoutant les variables dans une table et en mettant un tout petit code CSS de plus.
- J'ai rajouté un "margin" dans ton CSS afin que tes groupes ne se collent plus au niveau de la bordure.
- Ca ne rend pas pareil que sur ton exemple parce que les groupes ne sont pas à la même place. Si tu veux mettre les groupes sur la gauche; je doute que tous puissent rentrer =/
- Code:
-
<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="800" align="center" id="statistiques"><tr>
<td width="560px" valign="top">
<span class="gensmall">
<div align="center">
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=3"><font color="#990000"><b>[::Vongola::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=7"><font color="#FC2D2D"><b>[::Varia::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=10"><font color="#0099CC"><b>[::CEDEF::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=6"><font color="#D48702"><b>[::Cavalonne::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=21"><font color="#6EBF22"><b>[::Bovino::]</b></font></a></span>
<br><br>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=11"><font color="#4D2E00"><b>[::Tomaso::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=15"><font color="#4D115C"><b>[::Carcassa::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=5"><font color="#07DEA8"><b>[::Millefiore::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=4"><font color="#846494"><b>[::Arcobaleno::]</b></font></a></span>
<br><br>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=16"><font color="#996E3F"><b>[::Simon::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=17"><font color="#5B6321"><b>[::Gang Kokuyo::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=9"><font color="#030D4F"><b>[::Civil::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=18"><font color="#AD299E"><b>[::Drago::]</b></font></a></span>
<span class="groupes"><a href="http://k-h-r-rpg.forums-actifs.com/groupcp.forum?g=20"><font color="#000000"><b>[::Staff::]</b></font></a></span>
</span>
</div>
<br><br>
<span class="gensmall">
{TOTAL_USERS}. {TOTAL_POSTS}.<br>
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{RECORD_USERS}<br><br>
{LOGGED_IN_USER_LIST}
<table width="100%"><tr><td>
{L_CONNECTED_MEMBERS}<br>
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}
</td></tr></table>
</span>
</td>
<td width="240px"></td>
</tr>
</table>
<!-- END disable_viewonline -->
- Code:
-
.groupes
{border: 1px #ffffff dotted;
-moz-border-radius : 5px 5px 5px 5px;
height: 30px;
padding-right: 7px;
padding-left: 7px;
padding-bottom: 3px;
margin-left: 3px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none !important;}
#statistiques
{border:0px;
background-image: url(http://i55.tinypic.com/dbjfo7.jpg);
background-repeat: no-repeat;
background-position: left;
height: 400px;
padding-top: 90px;
padding-left: 5px;}
#statistiques td.row1
{background: none!important;}
td.row1, td.row2, td.row3, .row3Right, body.chatbox, #chatbox_members ul li, #chatbox_members ul li a
{background-image: url(http://i54.tinypic.com/2pq7v69.jpg);}
J'ai donc rajouté le #statistiques td.row1; qui sert à retirer le fond rose des connectés; ajouté une marge sur la gauche pour pas que ton texte colle à la bordure de ton image; et ajouté des marges dans les groupes. Je te conseille de tout copier coller
Dis moi s'il y a encore un problème =)
Liliana