Bonjour ^^'
J'ai un soucis au niveau de mon QEEL :s
Voilà à quoi il ressemble :
https://nsa20.casimages.com/img/2010/12/11/101211121201994085.jpg
(bon j'ai aussi un soucis pour l'image que je vais devoir redimensionner, mais c'est pas ce qui m'importe là, là le soucis c'est sur le codage :s)
Mes soucis sont les suivants :
1- Comment faire en sorte que mes groupes et mon écriture sur les membres connectés soient dans le cadre gris ?
2- Comment enlever la bordure blanche autour des noms des groupes ?
Merci d'avance à ceux qui sauront m'aider, voici mes codages :
Template :
- Code:
-
<!-- BEGIN disable_viewonline -->
<table cellspacing="2" cellpadding="2" width="900" border="0" class="statistiques">
<tr>
<td width="25%"></td>
<td width="50%">
<br><br><br><br><br><br><br><center>
<span class="groupes"> <a href="LIEN DU GROUPE 1"><font color="RED" size="2"><b>GRYFFONDOR</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"><a href="LIEN DU GROUPE 2"><font color="GREEN" size="2"><b>SERPENTARD</b></font></a> </span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="LIEN DU GROUPE 3"><font color="BLUE" size="2"><b>SERDAIGLE</b></font></a></span> <img src="http://i31.tinypic.com/mugck1.jpg">
<span class="groupes"> <a href="LIEN DU GROUPE 4"><font color="ORANGE" size="2"><b>POUFSOUFFLE</b></font></a> </span><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"><span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</center></span><br><br>
{L_CONNECTED_MEMBERS}</table>
<!-- END disable_viewonline -->
Et ma CSS :
- Code:
-
.statistiques{
border:0px;
background-image: url(http://nsa20.casimages.com/img/2010/12/10/10121011095091162.jpg);
background-repeat: no-repeat;
background-position: center;
height:270px;}