trouver un code associé a une image [Réglé]
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Reprise du message précédent
Code CITATION :
Crunch ta oublier de supprimer border-left:1px solid #000001; border-right:1px solid #000001; Dans le sub_header :clap ( non je te jure je t'en veux pas )
en supprimant ce passage ca m'a enlever toutes les barres de separation sauf les deux que je veux enlever( la premiere et la derniere)
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Code CSS :
* -------------------------------------- design.css Contient les conteneur, fortement dépendant du design. --------------------------------------*/ /* Corps du site --------------------------------------*/ *{ margin:0; padding:0; font-size:100%; } body{ background-color:#000000; font-size:12px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#FFFDFD; margin:0; padding:0; } /* Rollover des boutons de la speed barre --------------------------------------*/ a.button { display:block; float:left; color:#edfff0; height:28px; text-decoration:none; text-align:center; padding:0px 20px; padding-top:10px; /*border-left:1px solid #5A5B5D; border-right:1px solid #5A5B5D;*/ } a:hover.button { color:#7B8B9A; text-decoration:none; } /* Conteneurs --------------------------------------*/ div#header { background:#FEFFED url("images/header.gif") repeat-x; height:106px; } div#sub_header{ position:absolute; height:38px; background:url("images/sub_header.gif") repeat-x; top:32px; left:290px; /*border-left:1px solid #000001; border-right:1px solid #000001;*/ } div#compteur{ position:absolute; top:60px; right:0px; color:#FFFFFF; } div#left_menu{ float:left; width:256px; margin:0; margin-right:0px !important; margin-right:-3px; margin-left:5px; padding-top:10px; } div#main{ min-width:450px; overflow:hidden !important; height:auto !important; overflow:visible; height:1%; padding-bottom:30px; } div#right_menu{ float:right; width:256px; margin-left:0px !important; margin-left:-3px; margin-right:5px; padding-top:10px; } div#links{ width:96%; margin:auto; background:#000001; margin-top:10px; margin-bottom:10px; padding-top:2px; padding-bottom:4px; border:1px solid #000001; font-weight:bold; } div#footer{ background-color:#101010; text-align:center; border:solid 1px #000000; padding:0.75em; clear:both; } div#footer span{ font-size:11px; background:#101010; }
Édité par Crunchfamily Le 29/01/2009 à 18h36
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
)Ensuite il faut editer header.tpl
Tu remplace :
par :
Code HTML :
Puis :
Code HTML :
Par :
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
pour mettre une image dans un post tu fait comme cela :
Code BBCODE :
[img] addresse de l'image[/img]
et est ce que tu as testé ma solution et celle de KONA ?
Édité par Crunchfamily Le 29/01/2009 à 19h04
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
sois tu mets l'image ici : http://imageshack.us/
Édité par Crunchfamily Le 29/01/2009 à 19h14
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
.Sinon pour aller plus vite envoie ton fichier header.tpl post le ici COMPLET et je t'expliquerai comment faire , ça sera à toi de faire
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
')[/img]
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Édité par Crunchfamily Le 29/01/2009 à 19h27
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Code TEXT :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" >
<head>
<title>{SITE_NAME} :: {TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="{SITE_DESCRIPTION}" />
<meta name="keywords" content="{SITE_KEYWORD}" />
<meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" />
<meta name="Robots" content="index, follow, all" />
<meta name="classification" content="tout public" />
<link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" />
<link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" />
{ALTERNATIVE_CSS}
<link rel="shortcut icon" type="image/x-icon" href="../pika.gif" />
<link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" />
<link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" />
<script type="text/javascript" src="../templates/{THEME}/images/global.js"></script>
</head>
<body>
<div id="header">
<img src="../templates/{THEME}/images/header_boost.jpg" alt="PHPBoost" />
</div>
<div id="sub_header">
<a href="../news/news.php" title="Accueil du site" class="button">Accueil</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../articles/articles.php" title="Articles" class="button">Articles</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../download/download.php" title="Téléchargements" class="button">Téléchargements</a>
</div>
# START compteur #
<div id="compteur">
<span class="text_strong">{L_VISIT}:</span> {compteur.COMPTEUR_TOTAL}
<span class="text_strong">{L_TODAY}:</span> {compteur.COMPTEUR_DAY}
</div>
# END compteur #
# START start_left #
<div id="left_menu">
# END start_left #
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Code TPL :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{L_XML_LANGUAGE}" > <head> <title>{SITE_NAME} :: {TITLE}</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="description" content="{SITE_DESCRIPTION}" /> <meta name="keywords" content="{SITE_KEYWORD}" /> <meta http-equiv="Content-Language" content="{L_XML_LANGUAGE}" /> <meta name="Robots" content="index, follow, all" /> <meta name="classification" content="tout public" /> <link rel="stylesheet" href="../templates/{THEME}/design.css" type="text/css" media="screen" /> <link rel="stylesheet" href="../templates/{THEME}/global.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/generic.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/content.css" type="text/css" media="screen, print, handheld" /> <link rel="stylesheet" href="../templates/{THEME}/bbcode.css" type="text/css" media="screen, print, handheld" /> {ALTERNATIVE_CSS} <link rel="shortcut icon" type="image/x-icon" href="../pika.gif" /> <link rel="alternate" type="application/rss+xml" href="../index/rss.php" title="RSS {SITE_NAME}" /> <link rel="alternate" type="application/rss+xml" href="../forum/rss.php" title="RSS Forum" /> <script type="text/javascript" src="../templates/{THEME}/images/global.js"></script> </head> <body> <div id="header"> <img src="../templates/{THEME}/images/header_boost.jpg" alt="PHPBoost" /> </div> <div id="sub_header"> <a class="button" title="Accueil du site" href="../news/news.php" style="border-left:none;">Accueil</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../articles/articles.php" title="Articles" class="button">Articles</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a class="button" title="Téléchargements" href="../download/download.php" style="border-right:none;">Téléchargements</a> </div> # START compteur # <div id="compteur"> <span class="text_strong">{L_VISIT}:</span> {compteur.COMPTEUR_TOTAL} <span class="text_strong">{L_TODAY}:</span> {compteur.COMPTEUR_DAY} </div> # END compteur # # START start_left # <div id="left_menu"> # END start_left #
Édité par Crunchfamily Le 29/01/2009 à 19h29
fafa Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre fafa
- Inscrit le : 27/01/2009
Merci beaucoup pour ta patiente, tu as été super sympa.
Et encore désolé pour mes erreurs mais je debute
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie

