Bonsoir ou bonjour tout le monde,

Je travaille actuellement sur un site internet et j'essaye actuellement d'intégrer les photos découpés de mon menu fait avec photoshop. Le problème est très simple --> rien ne s'affiche...

Voici le code qui me parait pourtant juste :s

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
<table cellpadding="0" cellspacing="0" border="0" align="left" width="1250px" height="100px" >
	<tr>
		<td width="250" height="100" background="images/debut.gif"></td>
		<td><a href=""><img src="images/debut.gif" width="97" height="70" border="0"</a></td>
		<td><a href=""><img src="images/accueil.gif" width="100" height="70" border="0" </a></td>
		<td><a href=""><img src="images/portfolio.gif" width="100" height="70" border="0" </a></td>
		<td><a href=""><img src="images/contact.gif" width="100" height="70" border="0" </a></td>
		<td width="28" height="70" background="images/fin.gif"></td>
	</tr>
</table>
Je n'arrive vraiment pas à comprendre d'ou vient le problème car j'arrive à afficher du texte dans les balises <td> mais impossible de faire afficher une photo :s

Merci par avance pour votre aide