Menu html ou css

Résolu/Fermé
tremyz Messages postés 29 Date d'inscription lundi 9 février 2009 Statut Membre Dernière intervention 27 mars 2013 - Modifié par tremyz le 19/01/2011 à 03:47
BloodyAngel Messages postés 1479 Date d'inscription mardi 21 juin 2005 Statut Contributeur Dernière intervention 21 juin 2018 - 19 janv. 2011 à 05:13
Bonjour,

j'ai un problème avec mon site web www.forgesurik.com je me rapelle plus qu'es qui permet de collé le menu dans ma page s'il vous plais aidé moi
j'ai asseillé border 0 cellspace 0 mais rien marche
merci d'avance

A voir également:

3 réponses

BloodyAngel Messages postés 1479 Date d'inscription mardi 21 juin 2005 Statut Contributeur Dernière intervention 21 juin 2018 401
19 janv. 2011 à 03:01
Hello,
je vois pas trop ce que tu veux dire par "coller ton menu dans la page". Tu veux dire quoi par là ?
Tu pourrais envoyer ton code qu'on voit un peu ?
0
tremyz Messages postés 29 Date d'inscription lundi 9 février 2009 Statut Membre Dernière intervention 27 mars 2013 1
19 janv. 2011 à 03:38
premierement svp va voire page web www.forgesurik.com avent de répondre svp ca aiderai a avoir une image du problème le menu n'est pas sensé être espacé il es supposé être collé donc aucune séparation noire entre.

<center><table cellspacing="0" border="0" width="590" height="20">
<tr><td><a href="portail.html" target="principal">
<img src="index.jpg" border="0"></a>
<td><img src="point.jpg" >
<td><a href="realisation.html" target="principal">
<img src="realisation.jpg" border="0"></a>
<td><img src="point.jpg" border="0">
<td><a href="contact.html" target="principal">
<img src="cordonnees.jpg" border="0"></a>
<td><img src="point.jpg" border="0">
<td><a href="connection.php" target="principal">
<img src="connecte.jpg" border="0"></a>
<td><img src="point.jpg"border="0">
<td><a href="https://chiroboily.com/futurproject/inscription.php" target="principal">
<img src="inscription.jpg" border="0"></a>
<td><img src="point.jpg" border="0">
<td><a href="https://chiroboily.com/futurproject/connection2.php" target="principal">
<img src="jeux.jpg" border="0"></a>

</table>

merci d'avoir pris le temps d'avoir lu ma question.
0
BloodyAngel Messages postés 1479 Date d'inscription mardi 21 juin 2005 Statut Contributeur Dernière intervention 21 juin 2018 401
Modifié par BloodyAngel le 19/01/2011 à 03:47
Bon bon bon... c'est pas tellement W3C tout ça... mais bon.

<center><table cellspacing="0" border="0" width="590" height="20">
<tr><td><a href="portail.html" target="principal">
<img src="index.jpg" border="0" /></a></td>
<td><img src="point.jpg" /></td>
<td><a href="realisation.html" target="principal">
<img src="realisation.jpg" border="0" /></a></td>
<td><img src="point.jpg" border="0" /></td>
<td><a href="contact.html" target="principal">
<img src="cordonnees.jpg" border="0" /></a></td>
<td><img src="point.jpg" border="0" /></td>
<td><a href="connection.php" target="principal">
<img src="connecte.jpg" border="0" /></a></td>
<td><img src="point.jpg"border="0" /></td>
<td><a href="https://chiroboily.com/futurproject/inscription.php" target="principal">
<img src="inscription.jpg" border="0" /></a></td>
<td><img src="point.jpg" border="0" /></td>
<td><a href="https://chiroboily.com/futurproject/connection2.php" target="principal">
<img src="jeux.jpg" border="0"></a></td>
</tr>
</table></center>

Tu peux déjà corriger comme ci dessus. Peut-être qu'avec tes balises <td> fermées ça résoudra le problème ^^
Sinon dis le moi et je regarderai à nouveau.
0
tremyz Messages postés 29 Date d'inscription lundi 9 février 2009 Statut Membre Dernière intervention 27 mars 2013 1
19 janv. 2011 à 05:03
merci mais ca la désenligné les image point rouge je dois revenir en arrière
0
BloodyAngel Messages postés 1479 Date d'inscription mardi 21 juin 2005 Statut Contributeur Dernière intervention 21 juin 2018 401
19 janv. 2011 à 05:13
J'ai vraiment du mal à comprendre ton langage.

J'ai simplement corrigé ton code en fermant les balises...

Pour ton problème d'espacement, je te conseille tout simplement de ne pas utiliser de table. La table n'est pas destinée à gérer la position des éléments.
Fais une feuille CSS et travaille avec des <div>. Ce sera plus propre et tu résoudras ton problème en même temps.
0