Bonjour,
J'essaye depuis un certain temps de gérer la profondeur, mais je n'y arrive pas, voici mon code :
- Code:
-
<script type="text/javascript" src="http://tinyurl.com/var-fa"></script>
<span style="color: Black;"><div style="background:url(http://i54.tinypic.com/214t569.png);"><div class="box"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="width: 75%; text-align: center; vertical-align: top;" rowspan="1" colspan="1">{catrow.forumrow.FORUM_DESC}</td><td style="width: 25%; text-align: center; vertical-align: top;" rowspan="1" colspan="1"><div class="box">Sujets : {catrow.forumrow.TOPICS} | Messages : {catrow.forumrow.POSTS}</div><div class="box">{catrow.forumrow.LAST_POST}</div></td>
</tr>
</table></div></div></span><div class="forum-sousforum">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
J'essaye de mettre
- Code:
-
<td style="width: 25%; text-align: center; vertical-align: top;" rowspan="1" colspan="1"><div class="box">Sujets : {catrow.forumrow.TOPICS} | Messages : {catrow.forumrow.POSTS}</div><div class="box">{catrow.forumrow.LAST_POST}</div></td>
au premier plan pour qu'il passe par dessus le deuxième code.
et
- Code:
-
<td style="width: 75%; text-align: center; vertical-align: top;" rowspan="1" colspan="1">{catrow.forumrow.FORUM_DESC}</td>
en dessous du premier code. Je ne sais pas s'il fait que je fasse un tableau ou non.
Par exemple, si j'inscris du texte dans mon deuxième code, j'aimerais qu'on le voit en dessous du premier code.
Est-ce possible ?
Merci d'avance ^^