Placer plusieurs textes sous une image
hatchum
Messages postés
40
Date d'inscription
Statut
Membre
Dernière intervention
-
tryan44 Messages postés 1288 Date d'inscription Statut Membre Dernière intervention -
tryan44 Messages postés 1288 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai une image sur mon site et je voudrais placer trois textes centrés, colorés et avec un gros font sous cette image
l'image en question : http://s23.postimg.org/on361znhn/Transform_Marketing.png
j'ai essayé un truc du genre :
<p>
<span style="float:left;margin-left:120px;margin-right:100px"> <a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
<span style="float:left;margin-left:180px;margin-right:70px"> <a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
<span style="float:left;margin-left:140px;margin-right:60px"><a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
</p>
mais il y a juste les textes (learn more) qui s'affichent et pas de lien.
merci de votre aide.
J'ai une image sur mon site et je voudrais placer trois textes centrés, colorés et avec un gros font sous cette image
l'image en question : http://s23.postimg.org/on361znhn/Transform_Marketing.png
j'ai essayé un truc du genre :
<p>
<span style="float:left;margin-left:120px;margin-right:100px"> <a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
<span style="float:left;margin-left:180px;margin-right:70px"> <a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
<span style="float:left;margin-left:140px;margin-right:60px"><a href="http://monsiteweb.com/digital-marketing-services/"></a> Learn More</span>
</p>
mais il y a juste les textes (learn more) qui s'affichent et pas de lien.
merci de votre aide.
A voir également:
- Placer plusieurs textes sous une image
- Placer des points sur une carte - Guide
- Image iso - Guide
- Légender une image - Guide
- Extraire texte d'une image - Guide
- Insérer une image dans word sans bouger le texte - Guide
4 réponses
Bonjour
il faut mettre la balise de fermeture </a> après learn more
Comme ceci
<span style="float:left;margin-left:140px;margin-right:60px"><a href="http://monsiteweb.com/digital-marketing-services/"> Learn More</a></span>
il faut mettre la balise de fermeture </a> après learn more
Comme ceci
<span style="float:left;margin-left:140px;margin-right:60px"><a href="http://monsiteweb.com/digital-marketing-services/"> Learn More</a></span>