Aller au contenu

qui peut corriger mon premier tableau


learn_it

Sujets conseillés

Salut,

Comme je suis super debutant, j ai fait un petit tableau en html.

Résultat, je n arrive pa a obtenir ce que je veux c'est-à-dire devisé le corps la partie du milieu (jaune) en trois parties 20, 60, 20 pourcent afin de mettre images et textes dans chaque cadre

merci a vous tous et toutes.

<html>
<head>
<title> jessai mon site</title>
</head>
<body leftmargin="10" topmargin="0" marginheight="0" marginwidth="0">
<table width="780" border="1" cellspacing="0" bordercolor="#0099FF" bgcolor="#0099FF">
<tr>
<td width="780">
<table width="100%" border="0" cellspacing="0">
<tr align="center">
<td width="100%"><IMG SRC="new head test copie.jpg" WIDTH="780" HEIGHT="150" BORDER="0" HSPACE="0" VSPACE="0"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" bordercolor="#0099FF>
<tr align="center>
<td width="20%"><a href="moi.html"><IMG SRC="moi.jpg"></a></td>
<td width="20%"><a href="mon chat.html"><IMG SRC="mon chat.jpg"></a></td>
<td width="20%"><a href="mon chien.html"><IMG SRC="mon chien.jpg"></a></td>
<td width="20%"><a href="mon poisson.html"><IMG SRC="mon poisson.jpg"></a></td>
<td width="20%"><a href="ma voisine.html"><IMG SRC="ma voisine.jpg" ></a></td>
<td width="20%"><a href="ma maitresse.html"><IMG SRC="ma maitresse.jpg"></a></td>
</tr>
</table>
<table width="780" height="1000" border="0" cellspacing="0" bordercolor="white" bgcolor="yellow">
<tr>
<td width="20% height="300 valign="top"> mon cadre numero 1</td>
<td width="60% height="300 valign="top"> mon cadre numero 2</td>
<td width="20% height="300 valign="top"> mon cadre numero 3</td>
</tr>
</table>
<table width="100%"height="20" border="1" cellpadding="0" cellspacing="0">
<tr>
<td><center><a href="mailto:aaabbbccc_AT_aol.com?subject=comment faire un site">super debutant</a> copyright 2006</center></td>
</tr>
</table>
</body>
</html>

Lien vers le commentaire
Partager sur d’autres sites

Bonjour,

Essaie avec ceci :

<table width="100%">
<tr>
<td width="20%">
Ton tableau 1
</td>
<td width="60%">
Ton tableau 2
</td>
<td width="20%">
Ton tableau 3
</td>
</tr>
</table>

Et regarde le lien de xou, c'est pas mal documenté :)

Portekoi

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...