Version complète: sur le forum Webmaster Hub : qui peut corriger mon premier tableau
Webmaster Hub > Création et exploitation de Sites Internet > Les langages du Net > (X)HTML et CSS
learn_it
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.

CODE
<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>
xou
<edit modérateur>
Bonjour,

Tu peux visiter le site suivant pour t'aider :
</edit>
http://fr.selfhtml.org/html/tableaux/index.htm
Portekoi
Bonjour,

Essaie avec ceci :
CODE
<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é smile.gif


Portekoi
learn_it
Merci à vous c'est ok ca marche maintenant

super
Ceci est une version "bas débit" de notre forum. Pour voir la version complète avec plus d'information, la mise en page et les images, veuillez cliquer ici.