Menu html ou css

Résolu
tremyz Messages postés 29 Date d'inscription   Statut Membre Dernière intervention   -  
BloodyAngel Messages postés 1482 Date d'inscription   Statut Contributeur Dernière intervention   -
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 1482 Date d'inscription   Statut Contributeur Dernière intervention   403
 
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   Statut Membre Dernière intervention   1
 
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 1482 Date d'inscription   Statut Contributeur Dernière intervention   403
 
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   Statut Membre Dernière intervention   1
 
merci mais ca la désenligné les image point rouge je dois revenir en arrière
0
BloodyAngel Messages postés 1482 Date d'inscription   Statut Contributeur Dernière intervention   403
 
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