Bannière non-centrée, comment modifier ? Bannière non-centrée, comment modifier ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Bannière non-centrée, comment modifier ?

Started by Mantis, April 24, 2007, 12:17:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mantis

Salut à tous,

J'utilise le thème Black_Widdow et je rencontre un souci avec le centrage de ma bannière...

En fait, le problème se pose avec les écrans plus grands que 15'': la bannière est alors "centrée" à gauche...

Je recherche sans succès la ligne d'appel à l'image header.gif mais sans succès... D'ailleurs, il n'y a aucune trace de cette ligne de code dans le code source de la page...

Pourtant, en cliquant sur ma bannière, on voit bien qu'elle provient de:

-http://www.monsite.com/galerie/themes/black_widdow/images/header.gif

Ma question: dans quel fichier se trouve cet ligne de code ? J'ai vérifié dans template.html et j'ai uniquement ceci: {CUSTOM_HEADER} ...

D'ailleurs si je supprime {CUSTOM_HEADER}, la bannière "header.gif" s'affiche toujours... D'ou vient-elle ?

Merci pour votre support,

Mantis

François Keller

regardez dans le fichier template.html de votre theme
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Mantis

Quote from: Frantz on April 24, 2007, 07:59:17 AM
regardez dans le fichier template.html de votre theme

Ben justement, j'ai bien regardé mais nulle part je vois ce code d'appel à l'image... Je peux vous mettre le contenu de ce fichier html, vous verrez vous-même...

Mantis

François Keller

c'est en fait dans le style.css
.topbkg{
background: #1A1A1A url(images/header.gif) no-repeat;
color: #000000;
font-size: 13px;
font-weight: bold;
height: 85px;
line-height: 140%;
width: 100%;
}
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog