Log in

View Full Version : Centralise banner/ logo


yamahapaul
08-16-2009, 08:33 PM
How do I move the banner/ logo from the left to the centre so that it can still be clicked in 3.8.4? I did think it would be easy to do but apparently not... :(

goshalim
08-17-2009, 03:52 AM
HI Yamaha


<DIV ALIGN=CENTER>
Your logo here
</DIV>

which gives us


Your logo here

yamahapaul
08-17-2009, 09:38 AM
HI Yamaha




which gives us


Your logo here

Thanks, but I donn't understand where I have to insert it into the header template-



<!-- 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]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

:confused:

--------------- Added 1250506176 at 1250506176 ---------------

This is what I want to achieve-

http://www.thetradersden.org/index.php?

but with my existing logo..

Lynne
08-18-2009, 02:54 PM
How about like this - modify the stuff in red for your particular logo:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr align="center">

<td align="center" height="178"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" height="178" alt="$vboptions[bbtitle]" /></a></td>

</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output(You may not have to modify the $stylevar[titleimage] is you are using that stylevar for your logo image path.)

yamahapaul
08-19-2009, 12:31 PM
How about like this

Many thanks Lynne, it works a treat :up: