Décalage ?
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Reprise du message précédent
je vois ça ! on dirai que tu n'as plus de header.tpl ! tes sur de ta manipulation ?Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Visiteur
Boosteur Inactif
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
je sais ce qui fonctionne pas, tu as du faire un copier coller de mon code mais ça peut pas fonctionner car j'avais moi aussi copier le code que tu avais posté mais le code que tu as posté n'est pas complet ! il manque des lignes. Alors please post ton haider.tpl mais en entier cette fois ci
Visiteur
Boosteur Inactif
<!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="../favicon.ico" />
<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>
<img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/>
</div>
<h1 style="display:none;font-size:5px;">{SITE_NAME}</h1>
</div>
<div> <!-- début de div du menu-->
<a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a>
<a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a>
<a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a>
<a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a>
</div> <!-- fin de div du menu-->
# 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 HTML :
<!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="../favicon.ico" /> <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> <img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/> <h1 style="display:none;font-size:5px;">{SITE_NAME}</h1> <div> <!-- début de div du menu--> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- fin de div du menu--> # 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 #
Si ça fonctionne pas test ça : (ajout de deux br)
Code HTML :
<!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="../favicon.ico" /> <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> <img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/> <h1 style="display:none;font-size:5px;">{SITE_NAME}</h1> <div> <!-- début de div du menu--> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <!-- fin de div du menu--> # 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 #
là j'ai mis deux br mais tu peux en mettre qu'un seul je pense
Édité par Crunchfamily Le 06/11/2008 à 14h24
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
code :
Code HTML :
<!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="../favicon.ico" /> <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="www.depechemode.be"/> </div> <div id="sub_header"> <div id="sub_header_left"> <h1 style="display:none;font-size:5px;">{SITE_NAME}</h1> </div> <div id="sub_header_right"> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> </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 06/11/2008 à 14h41
Visiteur
Boosteur Inactif
je viens d'essayer, cela ne fct tjs pas
bestdm
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Visiteur
Boosteur Inactif
ok, merci 1000X cela fct avec google chrome
je suposse que c'est ok, pour IE et firefox
@ bientôt
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 06/11/2008 à 14h48
Visiteur
Boosteur Inactif
mais serait-il possible de centrer le menu et que le bouton news ne soit pas ds le "vide"
voir le printscreen:

merci d'avance
Visiteur
Boosteur Inactif
faire disparaître le rectangle noir à côté de news...
merci d'avance
Crunchfamily Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre Crunchfamily
- Inscrit le : 23/09/2008
Code HTML :
<!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="../favicon.ico" /> <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"><center> <img src="../templates/{THEME}/images/header_boost.jpg" alt="www.depechemode.be"/> </center> </div> <div id="sub_header"> <div id="sub_header_left"> <a href="../news/news.php" title="News" class="button">News</a><a href="http://www.depechemode.be/pages/pages.php?title=tour-of-the-universe-2009" title="Tour Of The Universe 2009" class="button">Tour 2009</a><a href="../gallery/gallery.php" title="Galerie" class="button">Galerie</a><a href="../forum/index.php" title="Forum" class="button">Forum</a><a href="../web/web.php" title="Liens" class="button">Liens</a><a href="../download/download.php" title="Téléchargements" class="button">Médias</a> <a href="http://www.depechemode.be/pages/pages.php?title=biographie" title="Biographie" class="button">Biographie</a> <a href="http://www.depechemode.be/pages/pages.php?title=discographie" title="Discographie" class="button">Discographie</a> <a href="../contact/contact.php" title="Cont@ct" class="button">Cont@ct</a> </div> <div id="sub_header_right"> </div> </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 #
Visiteur
Boosteur Inactif
j'ai essayé, mais le menu se place à gauche en verticale.
mais le rectangle devant les news, à l'air d'avoir disparu...
bestdm
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
