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 -
BloodyAngel Messages postés 1482 Date d'inscription Statut Contributeur Dernière intervention -
A voir également:
- Menu html ou css
- Menu déroulant excel - Guide
- Editeur html - Télécharger - HTML
- Canon quick menu - Télécharger - Utilitaires
- Windows 11 menu contextuel classique - Guide
- Windows 11 menu démarrer classique - Guide
3 réponses
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 ?
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 ?
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.
merci d'avoir pris le temps d'avoir lu ma question.
<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.
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.
<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.
merci mais ca la désenligné les image point rouge je dois revenir en arrière
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.
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.