Problème de retour
Posté : 12 févr. 2010, 10:28
Bonjour
J'ai un petit site statique quand je clic sur un lien a partir de mon page index ca marche bien mais quand je doit retour a la page précèdent a travers de lien Accueil il me retourne mais la taille de la page index demini
voila la code de la page accueil
J'ai un petit site statique quand je clic sur un lien a partir de mon page index ca marche bien mais quand je doit retour a la page précèdent a travers de lien Accueil il me retourne mais la taille de la page index demini
voila la code de la page accueil
<html>
<head>
<title>Nos produits</title>
</head>
<body bgcolor="#83EDB8"><pre>
<table align="center" border="0" bgcolor="#660066" width="50%" border="5">
<tr><td><marquee><b><i><font color="#FF0000"><h1>Nos Produits</h1></font></i></b></marquee></td></tr></table>
<table align="center" border="1">
<tr>
<td><b><i><h1><font color="#FF0000"> La Genevoise</font></font></h1></i></b></td>
<td><b><i><h1><font color="#FF0000"> Le Patissier</font></font></h1></i></b></td>
<td><b><i><h1><font color="#FF0000"> Brassé aux Fruits</font></font></h1></i></b></td></tr>
<tr><td>
<marquee behavior="scroll" direction="up"
scrollamount="1" scrolldelay="1" onmouseover="this.stop()"
onmouseout="this.start()">
<a href="genevoisebrassenature.htm" target="_self">
Genevoise Nature</a><br />
<a href="genevoisenaturesucré.htm">
</li>
Genevoise Nature Sucré</a><br />
<a href="genevoisebrassenature.htm">
</li> </td>
</tr></table>
</body>
</html>
Mon code de deuxieme page HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body bgcolor="#83EDB8">
<table border="1" align="center" bordercolor="#FF0000" height="50%">
<TR>
<TD>Code à barres </TD>
<td>Usine</td><td>Ingredients</td><td>MG</td><td>Ténir au frais</td><td><p>Durée de consommation</p></td><td>Poids net</td></TR>
<tr>
<td><p>6194015200129</p></td><td>Soril Bir El Kasaa Ben Arous</td><td> <table align="center"><tr>
<td>*Lait frais enrichis partiellement écrémé</td></tr>
<tr>
<td>*Préparations de fruits</td></tr>
<tr>
<td>*Sucre</td></tr>
<tr>
<td>*Arômes</td></tr>
<tr>
<td>*Ferments lactiques séléctionnés</td></tr>
<tr>
<td>*Conservateur de fruits E202</td></tr></table>
<td>'>2%'</td><td>6°C</td><td>28 j</td><td>110 g</td></table>
<tr><td><center><img src="produits en format JPG/brasse fraise1.jpg" width="40%" height="40%"alt="brassefraise" /></center></td></tr>
<tr><td>
<center>
</center></td></tr>
<table border="0" align="center"><tr><td><center><a href="index.html"><b><i><h2>Acceuil</h2></i></b></a></center></td></tr></table>
</body>
</html>