Créer un bouton avec une image en HTML [Résolu/Fermé]
Signaler
Nathanielmlmb
makitoch
- Messages postés
- 59
- Date d'inscription
- jeudi 10 avril 2014
- Statut
- Membre
- Dernière intervention
- 6 octobre 2020
makitoch
- Messages postés
- 726
- Date d'inscription
- samedi 14 juin 2014
- Statut
- Membre
- Dernière intervention
- 28 octobre 2020
A voir également:
- Bouton image html
- Html bouton image - Meilleures réponses
- Bouton image - Meilleures réponses
- Créer un bouton avec une image en HTML ✓ - Forum - HTML
- Inserer une Image-bouton en html ✓ - Forum - HTML
- Mettre un bouton html de lien ✓ - Forum - HTML
- Taille image html ✓ - Forum - Internet / Réseaux sociaux
- Positionner une image html ✓ - Forum - HTML
1 réponse
makitoch
- Messages postés
- 726
- Date d'inscription
- samedi 14 juin 2014
- Statut
- Membre
- Dernière intervention
- 28 octobre 2020
Bonjour,
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUN2YETTPM79"> <img src="https://66.media.tumblr.com/53a2b51114561d68551a6e3111bd1465/tumblr_nu41f9AWRD1u5cxxzo1_400.png"></a>
tout simplement
cordialement,
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XUN2YETTPM79"> <img src="https://66.media.tumblr.com/53a2b51114561d68551a6e3111bd1465/tumblr_nu41f9AWRD1u5cxxzo1_400.png"></a>
tout simplement
cordialement,
Pour créer un bouton avec une image personnalisée en HTML il suffit de rentrer les lignes
<a href="votre url"> <img src=" url de votre image"></a>
et pour le centrer encadrez votre ligne par les balises <center> </center>