Bonjour ^^
Alors pour mon forum j'ai voulu faire un QEEL personnalisé. J'ai suivit un tuto sur un autre forum, mais j'ai modifié pas mal de choses. En gros, le QEEL fonctionne, mais j'ai un petit soucis : mon image de fond ne s'affiche pas >_<. Je tiens à dire que je ne suis pas très douée en codage, j'ai fait comme j'ai pu ...
Je vous met la partie du template concernée :
- Code:
-
<!-- BEGIN disable_viewonline -->
<br><br>
<table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2" class="statistiques";><tbody><tr>
<td style="width: 20%; vertical-align: top; text-align: center;">
<span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=3"><font color="#C42020" size="2"><b>AGENTS DU NCIS</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"><a href="http://ncis09.forumactif.org/groupcp.forum?g=4"><font color="#CC8E42" size="2"><b>AGENTS DU FBI</b></font></a> </span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=5"><font color="#3D82A8" size="2"><b>AGENTS DE LA CIA</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=6"><font color="#169425" size="2"><b>AGENTS DE LA NSA</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=11"><font color="#8F3A9C" size="2"><b>AGENTS DE LA DEA</b></font></a></span></td></tr></tbody></table>
<br><br>
<table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2"><tbody><tr>
<td style="width: 50%; vertical-align: top; text-align: center;">
<span class="gensmall">{TOTAL_POSTS}. {TOTAL_USERS}<br />
{NEWEST_USER}<br><br>
{TOTAL_USERS_ONLINE}<br>
{LOGGED_IN_USER_LIST}</span><br>
{L_WHOSBIRTHDAY_TODAY}
{L_WHOSBIRTHDAY_WEEK}</td>
<td style="width: 50%; vertical-align: top; text-align: center;">
{L_CONNECTED_MEMBERS}
</td></tr></tbody></table>
<br><br>
<table style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2"><tbody><tr>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=7"><font color="#659A9E" size="2"><b>AUTRES AGENCES</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"><a href="http://ncis09.forumactif.org/groupcp.forum?g=9"><font color="#6B992F" size="2"><b>TRAFIQUANTS</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=10"><font color="#878787" size="2"><b>CRIMINELS</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=8"><font color="#A67F31" size="2"><b>CIVILS</b></font></a></span></td>
<td style="width: 20%; vertical-align: top; text-align: center;"><span class="groupes"> <a href="http://ncis09.forumactif.org/groupcp.forum?g=12"><font color="#424141" size="2"><b>PNJ</b></font></a></span></td></tr></tbody></table>
<!-- END disable_viewonline -->
Et également la partie concernée de mon CSS :
- Code:
-
/*QUI EST EN LIGNE*/
.statistiques{
background-image: url("http://i64.servimg.com/u/f64/13/14/10/07/qeel2_10.jpg");
background-repeat: no-repeat;
background-position: center;
height:400px;}
.groupes{
font-size:11px;font-weight: bold;text-align:left;
text-decoration: none !important;}
Y a t-il un truc que j'ai mal fait ou quelque chose qui empêche l'affichage de l'image ?
Ça serait super si vous pouviez trouver le problème, depuis hier je me triture les méninges pour arranger ça ... sans résultat !
Merci, bonne journée =)