Hello,

voila je eu faire en php une arboresences donc voici le code HTML
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<table width="100%">
	<tr>
		<td colspan="3">/<a href="index.php?page=liste_documents&rep=">Sommaire</a>/</td>
	</tr>
	<tr>
		<td width="30"></td>
		<td colspan="2"><a href="index.php?page=liste_documents&rep=1">Portes et Fermetures</a>/</td>
	</tr>
	<tr>
		<td></td>
		<td width="30"></td>
		<td><a href="index.php?page=liste_documents&rep=5">Clotures</a>/</td>
	</tr>
</table>
le probléme est que Clotures est décalé il est presque centrer.

Pourquoi ???