PDA

View Full Version : [VB]centering banner



PenguinFluid
10-05-2007, 01:08 PM
Right seems how I used to center a banner on vb no longer works :S
Please tell me how to center a banner
+REP TO HELP

Jackbee
10-05-2007, 03:00 PM
give me your code and I can edit it to make it center

PenguinFluid
10-05-2007, 03:10 PM
give me your code and I can edit it to make it center
What code?
Couldnt u just tell me anyway

Jackbee
10-05-2007, 03:11 PM
the code that is currently showing your banner...

today
10-05-2007, 03:22 PM
ignore him =/

Add <center> before the "<a href="session url"><img url="image url"></a>" and close with </center>

(Template header & footer -> comment temps (i think its called)

Lµke
10-05-2007, 04:03 PM
Replace the contents of the header template with this;


<!-- 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>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Want to hide these adverts? Register an account for free!