PDA

Voir la version complète : Résolu [RESOLU] aide sur la banniere


geantrfr
02/07/2007, 19h13
Salut tout le monde
J'aimerais centré la bannière de mon forum je sais pas si c'est avec la commande center ou modifier quelques chose dans footer, pour ça je poste ce message espérant trouvé de l'aide et encore je veux installer banniere.pnd pas gif
merci de m'expliquer

Gaetan
02/07/2007, 19h47
tu peux essayer ceci
<div align="center"><img src="url_de_ton_image.png" alt="banniere" border="0"></div>

Ombre
02/07/2007, 20h09
slt ;)

un petit copier coller de ton template header nous aiderais tout depend de ton theme en faite ;)

geantrfr
02/07/2007, 20h24
HEADER
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

Rom56
03/07/2007, 12h42
HEADER
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[center]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

ou si ca ne marche pas ceci :

HEADER
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output

geantrfr
03/07/2007, 15h29
Merci beaucoup c est le 2 ème code qui marche maintenant je veux inseré, une bannière PND au lieu de gif et encore un grand merci

Rom56
03/07/2007, 15h38
Une bannière PND ??

Désolé je connais pas ce format, je ne pourrais pas t'aider

Gaetan
03/07/2007, 16h10
PNG peut etre ???

Ombre
03/07/2007, 16h43
Oui il a du vouloir dire png :)

geantrfr
04/07/2007, 00h22
Desolé oui bannière png erreur de frappe
encore merci

poséidon
21/02/2008, 16h29
merci sa ma bien aidé;)