Je suis désolé je me suis emballer trop vite ...
Mon soucis maintenant c'est que quand j'indique ce code
<form action="index.php" method="post">
<input type="hidden" value="1" name="theme">
<input type="image" src="images/ban.jpg" width="350" height="40" border="0">
<input type="hidden" value="2" name="theme">
<input type="image" src="images/anima.jpg" width="350" height="40" border="0">
</form>
Il prend en compte que la dernière image ...
Et si j'indique
<form action="index.php" method="post">
<input type="hidden" value="1" name="theme">
<input type="image" src="images/ban.jpg" width="350" height="40" border="0">
</form>
<form action="index.php" method="post">
<input type="hidden" value="2" name="theme">
<input type="image" src="images/anima.jpg"" width="350" height="40" border="0">
</form>
Il me fait un espace entre les formulaire.
Il y a une autre solution ?
Merci.
Dyco


