Help en html (tableaux)

fred -  
 fred -
salut voilà premièrement allez sur www.gonloki.be.tf ça sera plus simple pour vous expliquez j'ai laissé exprès border=1 donc ce que j'aimerai bien faire: rpolonger vers le bas la colonne avec visualisation et pas celle du menus est ce possible ? si oui merci d'avance
A voir également:

4 réponses

Streumon
 
Bonjour oui c possible en utilisant l'attribut "rowspan="10" " dans la balise <tr> si tu n'y arrive pas copie ton code et je te la modifie .
a+
0
fred
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
</title>
</head>
<body><img src="C:\Documents and Settings\User\Bureau\fred essai.jpg">
<hr>
<table width=95% border=1><caption>EverFaint's web site</caption>
<tr rowspan="10">
<th width=300><div style="background:black"><font color=white>.::Menus::.</font></div style></font></th>
<th><div style="background:white"><font color=black>.::Visualisation::.</font></div style></font></th>
<td></td>
</tr>
<tr>
<td width=300>News</td>
</tr>
<tr>
<td width=300>Gallerie</td>
</tr>
<tr>
<td width=300>Vidéos</td>
</tr>
<tr>
<td width=300>Agenda</td>
</tr>
<tr>
<td width=300>Paroles</td>
</tr>
<tr>
<td width=300>Membres</td>
</tr>
<tr>
<td width=300>Forum</td>
</tr>
<tr>
<td width=300>Potes</td>
</tr>
<tr>
<td width=300>Matériel</td>
</tr>
</table>
</body>
</html>
0
fred
 
c'est quoi ton adresse?
0
Streumon
 
quelle adreesse ?

Voici le code ke tu dois remplacer pour pouvoir obtenir ce ke tu veux (enfin je pense ...)

tu remplace ca dans ton script :
<table width=95% border=1><caption>EverFaint's web site</caption>
<tr>
<th width=300><div style="background:black"><font color=white>.::Menus::.</font></div style></font></th>
<th rowspan="10"><div style="background:white"><font color=black>.::Visualisation::.</font></div style></font></th>
</tr>
<tr>
<td width=300>News</td>
</tr>
<tr>
<td width=300>Gallerie</td>
</tr>
<tr>
<td width=300>Vidéos</td>
</tr>
<tr>
<td width=300>Agenda</td>
</tr>
<tr>
<td width=300>Paroles</td>
</tr>
<tr>
<td width=300>Membres</td>
</tr>
<tr>
<td width=300>Forum</td>
</tr>
<tr>
<td width=300>Potes</td>
</tr>
<tr>
<td width=300>Matériel</td>
</tr>
</table>
0
fred
 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
</title>
</head>
<body><img src="C:\Documents and Settings\User\Bureau\fred essai.jpg">
<hr>
<table width=95% border=1><caption>EverFaint's web site</caption>
<tr rowspan="10">
<th width=300><div style="background:black"><font color=white>.::Menus::.</font></div style></font></th>
<th><div style="background:white"><font color=black>.::Visualisation::.</font></div style></font></th>
<td></td>
</tr>
<tr>
<td width=300>News</td>
</tr>
<tr>
<td width=300>Gallerie</td>
</tr>
<tr>
<td width=300>Vidéos</td>
</tr>
<tr>
<td width=300>Agenda</td>
</tr>
<tr>
<td width=300>Paroles</td>
</tr>
<tr>
<td width=300>Membres</td>
</tr>
<tr>
<td width=300>Forum</td>
</tr>
<tr>
<td width=300>Potes</td>
</tr>
<tr>
<td width=300>Matériel</td>
</tr>
</table>
</body>
</html>
0