Tags Redimensionnement image WD disque virtuel Sécurisation Autorité de certification e-mail linux SEO Word 2003 Windows XP Certificat SSL WD16 MYSQL WinDev word VMware bonnes adresses Réseau Javascript mail CK EDITOR (utilisateurs) CMS OpenSSL IpTables Notepad++ Facebook Jquery Alixo Windows7 | Souligner ou Surligner du texte en CSSIl s'agit de la proprieté CSS "text-decoration" : <style>
.surligne {text-decoration:overline} </style> <p class='surligne'>Ce texte est en italique </p>
OU (mais c'est moins bien :( ) <p style="text-decoration:overline">Ce texte est surligné</p> <p style="text-decoration:line-through">Ce texte est barré</p> <p style="text-decoration:underline">Ce texte est souligné</p> <p style="text-decoration:bling">Ce texte est clignotant</p> Ce qui donne : Ce texte est surligné Ce texte est barré Ce texte est souligné Ce texte est clignotant ![]() ![]() ![]() ![]() Commentaires |