| | [Question]Signature codée | |
|
|
| Auteur | Message |
|---|
| | kiri 

Voir le dossier scolaire | | |
 | Sujet: Re: [Question]Signature codée Dim 7 Aoû - 14:15 | |
| ah oui .. je fais pas comme ça c'est pour cela bon j'ai pris ton code et j'ai testé ça marche j'ai tout qui s'affiche donc essayes de vider tes caches  _________________ J’ai toujours rêvé que mon ordinateur soit aussi simple à utiliser que mon téléphone. Ce rêve est devenu réalité : je ne comprends plus comment utiliser mon téléphone [ by Bjarne Stroustrup ] Mes cadeaux de Noel : Merci Clo  Merci Volt  |
|
 | |
| | Miki 

Voir le dossier scolaire Prof Vacataire 
Nombre de messages: 1708 Age: 21 Localisation: Sud-Ouest de la France $ops: 2966 Points: 860 Date d'inscription: 06/03/2011
| | |
 | |
 | |
 | Sujet: Re: [Question]Signature codée Dim 7 Aoû - 19:37 | |
| Coucou Tu as un souci d'apostrophe ici : | Code: | background-image:url('http://i43.servimg.com/u/f43/15/33/65/55/ela10.png’); |
Tu vois, c'est subtile mais ce n'est pas le bon caractère.
A remplacer par :
| Code: | background-image:url('http://i43.servimg.com/u/f43/15/33/65/55/ela10.png'); |
et ça fonctionne. |
|
 | |
| | Miki 

Voir le dossier scolaire Prof Vacataire 
Nombre de messages: 1708 Age: 21 Localisation: Sud-Ouest de la France $ops: 2966 Points: 860 Date d'inscription: 06/03/2011
| | |
 | Sujet: Re: [Question]Signature codée Dim 7 Aoû - 20:23 | |
| Oui subtile est le mot ^^ Je sais d'où ça vient, Word mdr J'avais modifié dessus et il m'a mis son propre apostrophe. --" En tout cas, merci d'avoir trouvé  |
|
 | |
| | Arika 

Voir le dossier scolaire Correspondante Nombre de messages: 231 Age: 15 Localisation: Dans le 37 $ops: 342 Points: 5 Date d'inscription: 24/07/2011
| | |
 | Sujet: Re: [Question]Signature codée Mer 10 Aoû - 17:26 | |
| Bonjour! J'ai fait ma signa' tout marche c'est super mais j'ai mis un gif animé à la place d'une image et le gif ce répète, comment éviter ça? J'ai essayé de changer la largeur du tableau mais rien ne change, absolument rien même pas la taille! Qu'es-ce que je peux faire? Sopeetic à demandé un effet d'ombre pour la signa' mais où doit on mettre le code? Voila merci >w< |
|
 | |
| | Jen 

Voir le dossier scolaire Artiste Rang spécial: Ancienne Pitre Nombre de messages: 2618 Age: 14 Localisation: Emmitouflée dans un peignoir de soie et de fourrure. $ops: 5211 Points: 320 Date d'inscription: 15/01/2011 Distinctions: Miss School Of Pub 2011
Pense Bete de Tom'
Petite protégée de Sin
| | |
 | Sujet: Re: [Question]Signature codée Mer 10 Aoû - 17:30 | |
| Hum, tu pourrais montrer ton code, qu'on puisse identifier le problème ? _________________ VOTE FOR LIONS, BECAUSE THEY ARE DANGEROUSLY FAMOUS ♥ I feel like I've just seen the sun for the first time You make my life bright cuz you shine It's me and you baby, it's our time I'm livin my dream girl cuz you mine |
|
 | |
| | Arika 

Voir le dossier scolaire Correspondante Nombre de messages: 231 Age: 15 Localisation: Dans le 37 $ops: 342 Points: 5 Date d'inscription: 24/07/2011
| | |
 | Sujet: Re: [Question]Signature codée Mer 10 Aoû - 17:32 | |
| | Code: | <html> <head> <title>Signature</title> <style type="text/css"> table#sign{ width:400px; border:1px dashed #685e91; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; background-color:#e36d90; margin:auto; } table#sign td#case_haut{ height:20px; padding:4px; text-align:center; color:#b03359; border-bottom:solid 2px #685e91; } table#sign td#case_milieu{ height:140px; width:200px; background-image:url('http://img4.hostingpics.net/pics/8526265849animatedgifizayoisakuyakoakumamariaholicpadparodyremiliascarlettouhou.gif'); background-position:top center; } table#sign td#case_bas{ height:20px; padding:4px; text-align:center; color:#b03359; border-top:solid 2px #685e91; } table#sign td#case_haut a, table#sign td#case_bas a{ text-decoration:none; color:#b03359; font-size:12px; font-variant:small-caps; font-weight:bold; } table#sign td#case_haut a:hover, table#sign td#case_bas a:hover{ color:#b03359; } </style> </head> <body> <table id="sign" cellpadding="0" cellspacing="0"> <tr> <td id="case_haut"><a href="http://hinadamune.skyrock.com/" target="_blank">Blog Fiction</a> - <a href="http://majeurenl-air.skyrock.com/" target="_blank">Blog Perso'</a> - <a href="http://liitlemiku.skyrock.com/" target="_blank">Blog Project DIVA</a> - <a href="http://mikugraph.forumgratuit.org/" target="_blank">MikuGraph'</a></td> </tr> <tr> <td id="case_milieu"> </td> </tr> <tr> <td id="case_bas"><a href="http://liitlefl0wer.deviantart.com/" target="_blank">Deviantart</a> - <a href="http:// www.youtube.com/user/LiitleFl0wer?feature=mhee" target="_blank">Youtube</a> <marquee direction="left" scrollamount="6" onMouseOver="this.stop()" onMouseOut="this.start()";>Yuri ?</marquee></td> </tr> </table> </body> </html> |
Voila le code ^^ |
|
 | |
 | Sujet: Re: [Question]Signature codée Mer 10 Aoû - 17:42 | |
| Coucou  Pour éviter la répétition de l'image de fond, ajoute ce code dans le css de la case du milieu | Code: | background-repeat:no-repeat; |
Et pour l'ombre, le style est à appliquer sur le css du tableau ayant pour id "sign" |
|
 | |
| | Arika 

Voir le dossier scolaire Correspondante Nombre de messages: 231 Age: 15 Localisation: Dans le 37 $ops: 342 Points: 5 Date d'inscription: 24/07/2011
| | |
 | |
 | |
| | yeah3 

Voir le dossier scolaire Etudiante Nombre de messages: 410 Age: 16 Localisation: tunisie $ops: 409 Points: 5 Date d'inscription: 27/10/2011
| | |
 | Sujet: Re: [Question]Signature codée Jeu 9 Fév - 23:34 | |
| Coucou merci pour le tuto ! voilà mon code mais ca marche pas | Code: | <html> <head> <title>Signature</title> <style type="text/css">
table#sign{ width:400px; border:1px dashed #FEFEFF; -moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; background-color:#F28383; margin:auto; } table#sign td#case_haut{ height:20px; padding:4px; text-align:center; color:#FEFEFF; border-bottom:solid 2px #FEFEFF; } table#sign td#case_haut a:hover,table#sign td#case_bas a:hover{ color:black; } table#sign td#case_haut a,table#sign td#case_bas a{ text-decoration:none; color:#FEFEFF; font-size:12px; font-variant:small-caps; font-weight:bold; } table#sign td#case_milieu{ height:140px; width:400px; background-image:url('http://img15.hostingpics.net/pics/907313Sanstitre12.png'); background-position:top center; } table#sign td#case_bas{ height:20px; padding:4px; text-align:center; color:#FEFEFF; border-top:solid 2px #FEFEFF; } </style>
</head>
<body>
<table id="sign" cellpadding="0" cellspacing="0" > <tr> <td id="case_haut"><a href="http://www.art-of-spirit.net/t27-mes-tites-crea" target="_blank">Ma galerie </a> - <a href="http://www.art-of-spirit.net/c5-jeuxconcours" target="_blank">Les jeux et concours </a> - <a href="http://yeah3-manga-world.blogspot.com/#" target="_blank">Mon blog</a> - <a href="http://www.art-of-spirit.net/privmsg?mode=post&u=10" target="_blank">Me mp </a></td> </tr> <tr> <td id="case_milieu" ></td> </tr> <tr> <td id="case_bas"><td id="case_bas"><a href="http://www.art-of-spirit.net/t242-x-je-cherche-encore-un-titre" target="_blank">Mes textes </a> - <a href="http://gbhn.forumarabia.com/h2-hhh" target="_blank">Mes cadeaux </a> - <a href="http://www.art-of-spirit.net/t1-important-la-charte-du-forum" target="_blank">Reglement </a> - <a href="http://www.art-of-spirit.net/f57-section-flood" target="_blank">Flood</a> <marquee direction="left" scrollamount="6" onMouseOver="this.stop()" onMouseOut="this.start()";>Et vive one piece :3</marquee></td></td> </tr> </table> </body> </html> |
|
|
 | |
 | Sujet: Re: [Question]Signature codée Ven 10 Fév - 9:15 | |
| Coucou  Pourquoi tu as 2 fois le même td ? | Code: | <tr> <td id="case_bas"><td id="case_bas"><a href="http://www.art-of-spirit.net/t242-x-je-cherche-encore-un-titre" target="_blank">Mes textes </a> - <a href="http://gbhn.forumarabia.com/h2-hhh" target="_blank">Mes cadeaux </a> - <a href="http://www.art-of-spirit.net/t1-important-la-charte-du-forum" target="_blank">Reglement </a> - <a href="http://www.art-of-spirit.net/f57-section-flood" target="_blank">Flood</a> <marquee direction="left" scrollamount="6" onMouseOver="this.stop()" onMouseOut="this.start()";>Et vive one piece :3</marquee></td></td> </tr> |
Corrige ça et la magie opérera ^^ |
|
 | |
| | yeah3 

Voir le dossier scolaire Etudiante Nombre de messages: 410 Age: 16 Localisation: tunisie $ops: 409 Points: 5 Date d'inscription: 27/10/2011
| | |
 | |
 | |
 | |
 | |
| | yeah3 

Voir le dossier scolaire Etudiante Nombre de messages: 410 Age: 16 Localisation: tunisie $ops: 409 Points: 5 Date d'inscription: 27/10/2011
| | |
 | |
 | |
 | |
 | |
| | [Question]Signature codée | |
|