En poursuivant votre navigation sur notre site, vous acceptez l’utilisation de cookies afin d’améliorer votre navigation. En savoir plus Réduire
Plan du site  ·  Mentions Légales  ·  Statistiques  ·  Contact PatMax Web ·  PatMax Annuaire · 
FAQ
Connexion · M’enregistrer
Afin de bénéficier de l'intégralité des fonctions de ce forum il est conseillé de vous connecter
PatMax Scripts va fermer définitivement au mois d'avril 2024

Index du forum » ENTRAIDE » XOOIT » Apparence

 
Poster un nouveau sujet Répondre au sujet
Message Auteur
 Sujet du message:
Message Posté: Lun 20 Oct 2008 15:23 

Bonjour je voudrais changer mes cellpic qui sont entouré en vert, mais je ne trouve pas comment faire,

Image



j'ai essayé de mettre ça dans overal header:

[hide]
<style type="text/css">
<!--
TH { background-image: url(http://img519.imageshack.us/img519/3764/img36pw4.jpg) }
TD.rowpic { background-image: url(http://img519.imageshack.us/img519/3764/img36pw4.jpg); background-repeat: repeat-y }
TD.cat, TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: url(http://img519.imageshack.us/img519/3764/img36pw4.jpg) }
body {
background-color: #FFFFFF;
background-image: url(http://img8.xooimage.com/files/b/a/back ... -3122a.gif);
background-attachment : fixed;
}
-->
</style>[/hide]

ça n'a rien changé, j'ai changé dans mon css et aussi dans index body, rien non plus, ça ne veut pas prendre en compte mon image a mettre dans la cellpic, l'ancienne reste toujours

mercii


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 19:09 

Et tu as mis ou ce code ?

A ce que je vois dans ta page overall_header.

Il aurait été préférable de modifier le fichier css correspondant car la, tu ajoutes un code qui ne peut annuler l'autre.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 19:44 

oui je l'ai mis dans overal header, j'ai modifier l'url dans le css mais rien ne change regarde:

[hide]/* The original aqua Theme Created by Arthur Chen design. http://bbs.arthur.com.tw */

body {
background-image: url('http://julianinho.free.fr/ZeNBladeX.jpg');
background-attachment : fixed;
scrollbar-3dlight-color:#cccccc;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#cccccc;
scrollbar-darkshadow-color:#2f4f4f;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#f1f1f1;
margin: 0px
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #3B678D; }
a:hover { text-decoration: underline; color : #9C9E9C; }
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px;}


.bodyline { background-color: #FFFFFF; border: 2px double #82915A;
-moz-border-radius:12px;
opacity: 0.9;
filter:Alpha(Opacity=90);
-moz-opacity: 0.9; }


.forumline2 { background-color: #FFFFFF; 2px double #82915A;
-moz-border-radius:12px;}

.forumline { background-color: #FFFFFF; border: 1px #BEBEBE solid; }

td.row1 { background-color: #F8F8F8; }
td.row2 { background-color: #F8F8F8; }
td.row3 { background-color: #BEBEBE; }
td.aqua { background-image: url('http://img9.xooimage.com/files/c/e/cellpic3-311bf.gif'); }
td.aqua1 { background-color: #EDF3FE; }
td.aqua2 { background-image: url('http://img3.xooimage.com/files/c/e/cellpic0-311c0.gif'); }

td.rowpic {
background-color: #FFFFFF;
background-image: url('http://img9.xooimage.com/files/c/e/cellpic3-311bf.gif');
background-repeat: repeat-y;
}

th {
color: #63605E; font-size: 13px; font-weight : bold;
background-color: #333333; height: 25px;
background-image: url('http://img2.xooimage.com/files/a/q/aquatbm-311c1.gif');
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url('http://img519.imageshack.us/img519/3764/img36pw4.jpg');
background-color:#C0C0C0; border: #FFFFFF; border-style: solid; height: 22px;
}

td.cat,td.catHead,td.catBottom {
height: 25px;
border-width: 0px 0px 0px 0px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
background-color: #555555; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

.maintitle,h1,h2 {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #333333;
}

.loslogos {
font-weight: bold; font-size: 10px; font-family: "Arial",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.loslogosbig {
font-weight: bold; font-size: 22px; font-family: "Arial Black",Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}

.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #333333; }
a.gen,a.genmed,a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #446D8C; text-decoration: underline; }

.mainmenu { font-size : 12px; color : #333333 }
a.mainmenu { text-decoration: none; color : #006699; }
a.mainmenu:hover{ text-decoration: underline; color : #333333; }

.aquamenu { font-size : 10px; color : #000000 }
a.aquamenu { text-decoration: none; color : #000000; }
a.aquamenu:visited { text-decoration: none; color : #000000; }
a.aquamenu:hover{ text-decoration: none; color : #333333; }

.cattitle { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #333333}
a.cattitle { text-decoration: none; color : #333333; }
a.cattitle:hover{ text-decoration: underline; }

.forumlink { font-weight: bold; font-size: 13px; color : #006699; }
a.forumlink { text-decoration: none; color : #333333; }
a.forumlink:hover{ text-decoration: underline; color : #DDE4EC; }

.nav { font-weight: bold; font-size: 12px; color : #333333;}
a.nav { text-decoration: none; color : #333333; }
a.nav:hover { text-decoration: underline; }

.topictitle { font-weight: bold; font-size: 12px; color : #333333; }
a.topictitle:link { text-decoration: none; color : #333333; }
a.topictitle:visited { text-decoration: none; color : #559EE2; }
a.topictitle:hover { text-decoration: underline; color : #DDE4EC; }

.name { font-size : 12px; color : #333333;}

.postdetails { font-size : 11px; color : #333333; }

.postbody { font-size : 13px;}
a.postlink:link { text-decoration: none; color : #333333 }
a.postlink:visited { text-decoration: none; color : #559EE2; }
a.postlink:hover { text-decoration: underline; color : #DDE4EC}

.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #006600;
background-color: #FFFFFF; border: #555555; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #FFFFFF; border: #555555; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.copyright { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright { color: #444444; text-decoration: none;}
a.copyright:hover { color: #333333; text-decoration: underline;}

input,textarea, select {
color : #333333;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
border-color : #333333;
}

input.post, textarea.post, select {
background-color : #FFFFFF;
}

input { text-indent : 2px; }

input.button {
background-color : #FFFFFF;
color : #333333;
font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.mainoption {
background-color : #FFFFFF;
font-weight : bold;
}

input.liteoption {
background-color : #FFFFFF;
font-weight : normal;
}

.helpline { background-color: #FFFFFF; border-style: none; }
.aquawords { color: #63605E; font-size: 13px; font-weight : bold; }

@import url('http://img4.xooimage.com/files/f/o/formie-311c2.css');[/hide]

j'ai modifié ça:

[hide].bodyline { background-color: #FFFFFF; border: 2px double #82915A;
-moz-border-radius:12px;
opacity: 0.9;
filter:Alpha(Opacity=90);
-moz-opacity: 0.9; }


.forumline2 { background-color: #FFFFFF; 2px double #82915A;
-moz-border-radius:12px;}

.forumline { background-color: #FFFFFF; border: 1px #BEBEBE solid; }

td.row1 { background-color: #F8F8F8; }
td.row2 { background-color: #F8F8F8; }
td.row3 { background-color: #BEBEBE; }
td.aqua { background-image: url('http://img9.xooimage.com/files/c/e/cellpic3-311bf.gif'); }
td.aqua1 { background-color: #EDF3FE; }
td.aqua2 { background-image: url('http://img3.xooimage.com/files/c/e/cellpic0-311c0.gif'); }

td.rowpic {
background-color: #FFFFFF;
background-image: url('http://img9.xooimage.com/files/c/e/cellpic3-311bf.gif');
background-repeat: repeat-y;
}

th {
color: #63605E; font-size: 13px; font-weight : bold;
background-color: #333333; height: 25px;
background-image: url('http://img2.xooimage.com/files/a/q/aquatbm-311c1.gif');
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url('http://img519.imageshack.us/img519/3764/img36pw4.jpg');
background-color:#C0C0C0; border: #FFFFFF; border-style: solid; height: 22px;
}[/hide]

mais il ne prend pas en compte les images que je lui donne dans l'url,


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 20:03 

Pour la barre du haut que tu souhaites modifier, c'est normalement dans cette partie de code:
th {
color: #63605E; font-size: 13px; font-weight : bold;
background-color: #333333; height: 25px;
background-image: url('http://img2.xooimage.com/files/a/q/aquatbm-311c1.gif');
}

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 20:23 

bien joué :D , ça marche pour la barre du haut,
Et pour la barre du bas tu sais ?
Et aussi pour le fond, l'arrière plan du cellpic ?


Modifié en dernier par Julianinho le Lun 20 Oct 2008 20:26, modifié 1 fois.

Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 21:04 

Ce sont ces images qu'il te faut modifier mais apparemment celle-ci ne sont pas dans le CSS.

http://julianinho.free.fr/aquatbdl-311c6.gif
http://img3.xooimage.com/files/a/q/aquatbdm-311c5.gif
http://julianinho.free.fr/aquatbdr-311c7.gif

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 21:49 

les 3 liens que tu viens de donner je les ai trouvé dans view forum body:

[hide]<form method="post" action="{S_POST_DAYS_ACTION}">
<table width="90%" border="0" align="center">
<tr>


<td align="left" valign="middle" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>
</tr><tr><td align="left"><span style="font-size: 12px; color:#84EADD">{L_MODERATOR}: {MODERATORS}<br /></span></td>
</tr><tr><td align="left" valign="middle"><span style="font-size: 12px; color:#84EADD">{LOGGED_IN_USER_LIST}</span></td>


<td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td>{PAGINATION}</b></span></td>
</tr>
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><br /><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
</tr></table>
<table width="100%" border="0" cellpadding="2" cellspacing="1" class="forumline">
<td class="row1">
<p><font size="2" face="Verdana">&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
»&nbsp;<a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></font></p>
</td>
</table><br />
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="right" valign="bottom" class="nav" nowrap="nowrap"><span class="gensmall"><a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a></span></td>
</tr>
</table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" background="http://img2.xooimage.com/files/a/q/aquatbm-311c1.gif">
<tr align="center" background="http://img2.xooimage.com/files/a/q/aquatbm-311c1.gif">
<td width="33%" height="22" align="left"><img src="http://img2.xooimage.com/files/9/5/2/aquatbl-311c3-3b6482.gif" width="22" height="22"></td>
<td width="33%" height="22" align="center"></td>
<td width="33%" height="22" align="right"><img src="http://img7.xooimage.com/files/a/q/aquatbr1-311df.gif" width="79" height="22"></td>
</tr>
</table>
<table width="90%" border="0" align="center" cellpadding="4" cellspacing="0" class="forumline">
<tr>
<th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
<th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
<th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
<th align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>



<!-- BEGIN topicrow -->
<tr>
<td class="row1" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" width="17" height="17" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
<td class="row2" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
<td class="row2" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- END topicrow -->



<!-- BEGIN switch_no_topics -->
<tr>
<td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
</tr>
<!-- END switch_no_topics -->
<tr>
<td class="row1" align="center" valign="middle" colspan="6"><span class="genmed">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp;
<input type="submit" class="liteoption" value="{L_GO}" name="submit" />
</span></td>
</tr>
</table>

<table width="90%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" background="http://img3.xooimage.com/files/a/9/f/weird4-75eeee.jpg">
<tr>
<td><img src="http://img10.xooimage.com/files/d/c/f/aquatbdl-311c6-perso--3b2586.gif"></td>
<td align="right"><img src="http://img3.xooimage.com/files/3/9/9/aquatbdr-311c7-perso--3b2550.gif"></td>


</tr>
</table>
<table width="90%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
</tr></table>

<table width="100%" border="0" cellpadding="2" cellspacing="1" class="forumline">
<td class="row1">
<p><font size="2" face="Verdana">&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a>
»&nbsp;<a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></font></p>
</td>
</table><br />
<table width="100%" cellspacing="2" border="0" align="center" cellpadding="2">
<tr>
<td align="right" valign="middle" nowrap="nowrap"><span style="font-size: 12px; color:#84EADD">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span>

</td>
</tr>
<tr>
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
</table>




</form>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="right">{JUMPBOX}</td>
</tr>
</table>
<table width="90%" cellspacing="0" border="0" align="center" cellpadding="0">
<tr>
<td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
<tr>

<td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>

<td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NO_NEW_POSTS}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_ANNOUNCEMENT}</td>
</tr>
<tr>
<td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NO_NEW_POSTS_HOT}</td>
<td>&nbsp;&nbsp;</td>
<td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_STICKY}</td>
</tr>
<tr>
<td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NEW_POSTS_LOCKED}</td>
<td>&nbsp;&nbsp;</td>
<td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" width="17" height="17" /></td>
<td><span style="font-size: 12px; color:#84EADD">{L_NO_NEW_POSTS_LOCKED}</td>
</tr>
</table></td></tr>
<td align="right"><span style="font-size: 12px; color:#84EADD">{S_AUTH_LIST}</span></td>
</tr>
</table>

[/hide]

je les ai supprimé mais ça n'a rien changé


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 22:15 

Cette partie, peut-être:

<table width="90%" height="22" border="0" align="center" cellpadding="0" cellspacing="0" background="http://img3.xooimage.com/files/a/9/f/weird4-75eeee.jpg">
<tr>
<td><img src="http://img10.xooimage.com/files/d/c/f/aquatbdl-311c6-perso--3b2586.gif"></td>
<td align="right"><img src="http://img3.xooimage.com/files/3/9/9/aquatbdr-311c7-perso--3b2550.gif"></td>

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Lun 20 Oct 2008 22:26 

super, ça marche le haut et le bas j'ai réussi a changé, par contre le fond d'arrière plan des cellpics est toujours en blanc j'aimerais changer la couleur comment on fait ?


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 13:08 

je dois chercher dans mon css et background= code couleur, pour changer le fond des mes cellpics ?


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 13:12 

Je ne vois pas ce que tu appelles Celpic.......

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 14:21 

les catégorie de mon forum, tu m'a aider a changer la barre du haut et du bas, et j'aimerais changer l'arrière plan des catégorie du forum qui sont actuellement en blanc


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 19:18 

Tu as tenter par ton panneau d'administration, car normalement tu as l'option pour les fonds de cellules.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 19:42 

oui, mais ça marche pas, ou alors j'ai pas trouvé le bon


Hors ligne

Enregistré le:
Mar 2 Sep 2008 17:53
Messages: 142
Répondre en citant le message  
Haut  
 Sujet du message:
Message Posté: Mar 21 Oct 2008 20:59 

Il suffit quelques fois de tester soit même.

Couleur ligne 1

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 
Poster un nouveau sujet Répondre au sujet



Qui est en ligne

Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 6 invités


Afficher les messages postés depuis:   Trier par  
Aller à:  

Vous ne pouvez pas poster de nouveaux sujets
Vous ne pouvez pas répondre aux sujets
Vous ne pouvez pas modifier vos messages
Vous ne pouvez pas supprimer vos messages
Vous ne pouvez pas joindre des fichiers

Index du forum » ENTRAIDE » XOOIT » Apparence

cron

Votre site ici

Inscrire votre site        Voir plus de boutons
 

Reproduction strictement interdite sans l'autorisation de l'administrateur.

PatMax © 2006 - 2008
Développé par phpBB® Forum Software © phpBB Group    
Traduit par phpBB-fr.com
Thème graphique par PatMax ©