|
Maryse
{ Membre }
Messages : 22
| Bonjour,
j'ai une petite question ! J'ai un queel en image mais elle n'apparait pas sur le forum. Je pense que c'est parce que j'ai mis des codes css mais du coup je ne peux pas mettre d'image ? voici l'adresse pour voir http://joyce-jonathan.forumactif.com/index.htm
merci d'avance | | |
|
| |
.Little Lady
{ Membre actif }
Messages : 564
| Sisi. Mais puis-je voir ton code ?? | | |
|
| |
laurie
{ Membre }
Messages : 11
| |
| |
Maryse
{ Membre }
Messages : 22
| je te mets tout mes codes car je sais pas c'est lequel et puis pet être que c'est un template je sais plus - Code:
-
a:hover{ letter-spacing : 2px; } .postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #COULEUR DU CONTOUR; } a { font-variant: small-caps; text-decoration: none; } a.forumlink { border-bottom: 1px #COULEUR dotted; }
a.forumlink:hover { border-bottom: 1px #COULEUR dotted; } .forumline{ -moz-border-radius:5px; border-width:5px; }
.forumline{ background-color: #FFFFFF; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 5px #FFFFFF solid; } .forumline{ border: 5px #COULEUR solid; }
.statistiques { border:0px; background-image: url("[URL=http://img197.imageshack.us/i/queel10.png/][img]http://img197.imageshack.us/img197/672/queel10.png[/img][/URL]"); background-repeat: no-repeat; background-position: center; height:270px; /* HAUTEUR DE VOTRE IMAGE DE FOND, C'EST UNE VARIABLE */ }
.groupes { background-color:#FFFFFF; /* FOND DES NOMS DE GROUPES */ border: 1px #D0D0D0 dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */ -moz-border-radius : 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */ height:40px; /* HAUTEUR DES ENCADRES */ padding-right:12px; /* SÉPARATION ENTRE LES GROUPES */ padding-left:12px; padding-bottom:3px; font-size:15px; /*TAILLE ECRITURE */ font-weight: bold; /* STYLE DE L'ECRITURE */ text-align:center; text-decoration: none !important; }
a.mainmenu{ color: #; font-size:12px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #FFFFFF; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
a.mainmenu:hover{ color: #COULEUR DU LIEN SURVOLE; font-size:10px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #COULEUR DU FOND SURVOLE; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
nput, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
textarea, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 3px; border-right-style: solid; border-right-width: 3px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
.milieu {width: 90%; margin: 0px; border: 1px dotted #FFFFFF;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#E8DCE9}
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 3px solid #ffffff; }
textarea, .textarea.post, input.post { -moz-border-radius-bottomleft:50px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:50px; }
a { text-shadow: 1px 1px 2px #C49DA4; }
.mystats_fa{ padding: 5px; float:right; font-family: verdana; font-size: 10px; font-weight: bold; } | | |
|
| |
.Little Lady
{ Membre actif }
Messages : 564
| Je pense qu'il faut juste que tu enlèves les " que tu as mis après url( et avant ); | | |
|
| |
Liliana
{ Membre actif }
Messages : 997
| Bonjour Merci d'utiliser la balise "code" pour tout ce qui est CSS et HTML Quand à ton problème c'est tout simple : tu as du BBCode dans ton CSS; c'est pour ça que cela ne fonctionne pas : - Code:
-
.statistiques { border:0px; background-image: url("[URL=http://img197.imageshack.us/i/queel10.png/][img]http://img197.imageshack.us/img197/672/queel10.png[/img][/URL]"); background-repeat: no-repeat; background-position: center; height:270px; } Remplaces par cela : - Code:
-
.statistiques {border:0px; background-image: url("http://img197.imageshack.us/i/queel10.png"); background-repeat: no-repeat; background-position: center; height:270px;} | | |
|
| |
Invité Invité
| Bonjour, Votre problème est-il résolu ? Si oui, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Maryse
{ Membre }
Messages : 22
| Pardon j'étais parti en vacances !! Je vais faire ce qu'on m'a dit et je vous dis ! | | |
|
| |
Maryse
{ Membre }
Messages : 22
| Ca ne fonctionne pas maintenant il me marque Erreur détectée Nous avons compté un nombre impaire de guillemets donc une chaine est mal fermée. Cela signifie que votre CSS risque de ne pas être valide et ne sera pas affiché correctement sur votre forum.
Nous vous conseillons de relire votre code.
et j'ai remplacé par ce code
.statistiques {border:0px; background-image: url("https://2img.net/r/ihimizer/i/queel10.png"); background-repeat: no-repeat; background-position: center; height:270px;} | | |
|
| |
Druyk
{ Membre actif }
Messages : 339
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Maryse
{ Membre }
Messages : 22
| oui c'est toujours d'actu | | |
|
| |
Invité Invité
| Le message d'erreur que vous avez vu apparaitre au moment de l'enregistrement vous informe qu'une chaine cad une ouverture par { et une fermeture par } n'a pas été correctement effectuée. Faites un copier/coller du css suivant . - Code:
-
a:hover{ letter-spacing : 2px; }
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #COULEUR DU CONTOUR; }
a { font-variant: small-caps; text-decoration: none; }
a.forumlink { border-bottom: 1px #COULEUR dotted; }
a.forumlink:hover { border-bottom: 1px #COULEUR dotted; }
.forumline{ -moz-border-radius:5px; border-width:5px; }
.forumline{ background-color: #FFFFFF; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 5px #FFFFFF solid; } .forumline{ border: 5px #COULEUR solid; }
.statistiques {border:0px; background-image: url("http://img197.imageshack.us/i/queel10.png"); background-repeat: no-repeat; background-position: center; height:270px;}
.groupes{ background-color:#FFFFFF; /* FOND DES NOMS DE GROUPES */ border: 1px #D0D0D0 dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */ -moz-border-radius : 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */ height:40px; /* HAUTEUR DES ENCADRES */ padding-right:12px; /* SÉPARATION ENTRE LES GROUPES */ padding-left:12px; padding-bottom:3px; font-size:15px; /*TAILLE ECRITURE */ font-weight: bold; /* STYLE DE L'ECRITURE */ text-align:center; text-decoration: none !important; }
a.mainmenu{ color: #; font-size:12px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #FFFFFF; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
a.mainmenu:hover{ color: #COULEUR DU LIEN SURVOLE; font-size:10px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #COULEUR DU FOND SURVOLE; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
nput, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
textarea, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 3px; border-right-style: solid; border-right-width: 3px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
.milieu {width: 90%; margin: 0px; border: 1px dotted #FFFFFF;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#E8DCE9}
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 3px solid #ffffff; }
textarea, .textarea.post, input.post { -moz-border-radius-bottomleft:50px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:50px; }
a { text-shadow: 1px 1px 2px #C49DA4; }
.mystats_fa{ padding: 5px; float:right; font-family: verdana; font-size: 10px; font-weight: bold; } | | |
|
| |
Maryse
{ Membre }
Messages : 22
| j'ai coller le message et il me dis toujours la même chose | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. |
Dernière édition par Caroo' le Dim 14 Nov 2010, 16:10, édité 1 fois | |
|
| |
Maryse
{ Membre }
Messages : 22
| ba c'est pas résolu ! | | |
|
| |
Ikø'
Pika'Ghøst ~ Maîtresse des pelles ~
Messages : 3193
| Bonjour, Le problème vient d'un commentaire dans le code CSS, plus précisément celui-ci: /* STYLE DE L'ECRITURE */ L'apostrophe fait buguer le code, puisque le système pense qu'il y aura ar exemple une image à cet endroit. comme le système croit que ce sont des guillemets et qu'ils ne sont pas fermés, il y a un bug~ On va donc le changer pour /* STYLE ECRITURE */ et maintenantle code devrait être bon =D - Code:
-
a:hover{ letter-spacing : 2px; }
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; border: 5px solid #COULEUR DU CONTOUR; }
a { font-variant: small-caps; text-decoration: none; }
a.forumlink { border-bottom: 1px #COULEUR dotted; }
a.forumlink:hover { border-bottom: 1px #COULEUR dotted; }
.forumline{ -moz-border-radius:5px; border-width:5px; }
.forumline{ background-color: #FFFFFF; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 5px #FFFFFF solid; } .forumline{ border: 5px #COULEUR solid; }
.statistiques {border:0px; background-image: url("http://img197.imageshack.us/i/queel10.png"); background-repeat: no-repeat; background-position: center; height:270px;}
.groupes{ background-color:#FFFFFF; /* FOND DES NOMS DE GROUPES */ border: 1px #D0D0D0 dotted; /* POUR METTRE LE CONTOUR EN POINTILLES */ -moz-border-radius : 5px 5px 5px 5px; /* ARRONDI DES CONTOURS */ height:40px; /* HAUTEUR DES ENCADRES */ padding-right:12px; /* SÉPARATION ENTRE LES GROUPES */ padding-left:12px; padding-bottom:3px; font-size:15px; /*TAILLE ECRITURE */ font-weight: bold; /* STYLE ECRITURE */ text-align:center; text-decoration: none !important; }
a.mainmenu{ color: #; font-size:12px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #FFFFFF; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
a.mainmenu:hover{ color: #COULEUR DU LIEN SURVOLE; font-size:10px; font-family: Tampus Sans ITC; text-decoration:none; padding-right:8px; padding-left:8px; background-color: #COULEUR DU FOND SURVOLE; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; }
nput, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
textarea, select { color : #COULEUR DU TEXTE; font: normal 11px Verdana; border: #COULEUR DES BORDS; border-left-style: solid; border-left-width: 3px; border-right-style: solid; border-right-width: 3px; background-color: #COULEUR DU FOND; -moz-border-radius: 10px 10px 10px 10px; }
.milieu {width: 90%; margin: 0px; border: 1px dotted #FFFFFF;-moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 5px; background-color:#E8DCE9}
.postdetails.poster-profile a img { -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:10px; border: 3px solid #ffffff; }
textarea, .textarea.post, input.post { -moz-border-radius-bottomleft:50px; -moz-border-radius-bottomright:0px; -moz-border-radius-topleft:0px; -moz-border-radius-topright:50px; }
a { text-shadow: 1px 1px 2px #C49DA4; }
.mystats_fa{ padding: 5px; float:right; font-family: verdana; font-size: 10px; font-weight: bold; } | | |
|
| |
Maryse
{ Membre }
Messages : 22
| ca ne fonctionne toujours pas et là sur ma page d'accueil y a la police d'écriture qui n'est plus la même mais toujours pas d'image pour le queel | | |
|
| |
Caroo'
{ Membre actif }
Messages : 493
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Maryse
{ Membre }
Messages : 22
| |
| |
Hortie
{ Membre actif }
Messages : 660
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Maryse
{ Membre }
Messages : 22
| |
| |
Hortie
{ Membre actif }
Messages : 660
| Bonjour, Votre problème est-il toujours d'actualité ? Si celui-ci est résolu, merci de cocher dans "icône du sujet" l'icône en éditant votre premier post. | | |
|
| |
Maryse
{ Membre }
Messages : 22
| |
| |
'Christa
Lostmindy
Messages : 2856
| La partie concernée est le css statistiques, et le problème vient en particulier du fait que ce n'était pas le lien direct qui était utilisé mais le lien vers la page présentant l'image (https://2img.net/r/ihimizer/i/queel10.png) : - Code:
-
.statistiques {border:0px; background-image: url("http://img197.imageshack.us/img197/672/queel10.png"); background-repeat: no-repeat; background-position: center; height:270px;} Pour le reste, ça ne ressemble pas beaucoup à une image de fond ton image O.o | | |
|
| |
Maryse
{ Membre }
Messages : 22
| ah merci merci merci merci !!!!!!!! Ca fonctionne !!! | | |
|
| |
Contenu sponsorisé
| |
| |
|