PDA

Voir la version complète : Soucis pour centrer ma bannière


Grand_manitou
07/12/2007, 01h10
Voilà mon soucis.

J'ai un petit problème pour centrer la bannière de mon forum.

Image supprimé




Voici mon header :

<!-- Start Snow For Christmas Code -->
<script type="text/javascript" src="snow.js"></script>
<!-- End Snow For Christmas Code -->
<!-- logo -->
<link rel="shortcut icon" href="favicon.ico" >
<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
J'attends avec impatience vos conseils, merci d'avance.

Ombre
07/12/2007, 07h27
Slt,

Remplace:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />

par ça:
<div align="center"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></div>

Grand_manitou
07/12/2007, 07h35
C'est tout bon, je te remercie beaucoup.

Trop rapide, c'est top.

Grand_manitou
07/12/2007, 08h20
Désolé pour la pub, je n'y avais pas pensez à ça.

Pas voulu !

Ombre
07/12/2007, 18h03
Pas grave :) bonne continuation :)