1
richbrown
Centreing Logo in Phpkaox
  • 2004/12/7 2:33

  • richbrown

  • Just popping in

  • Posts: 96

  • Since: 2004/10/20


Hi Guys

Just a simple one but how do I get the logo to centre in Phpkaox?

Thanks

Rich

2
brash
Re: Centreing Logo in Phpkaox
  • 2004/12/7 5:17

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Hi Rich,

open up theme.html in your themes/phpkoax directory, and change lines 31& 32 which looks like this;
<td width="285"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>
<
td width="100%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>


to look like this;

<td width="50%"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="right" /></a></td>
<
td width="50%" align="center"><div style="text-align: center; padding-top: 5px;"><{$xoops_banner}></div></td>


This won't get the logo exactly center, but it will be about as close as you can get if you are still wanting to use banners. If you are NOT wanting to use banners at all, delete line 32 altogether and change line 31 to look like this;
<td width="100%" align="center"><a href="<{$xoops_url}>"><img src="<{$xoops_imageurl}>images/logo.gif" alt="logo" align="middle" /></a></td>


Cheers

3
richbrown
Re: Centreing Logo in Phpkaox
  • 2004/12/7 10:30

  • richbrown

  • Just popping in

  • Posts: 96

  • Since: 2004/10/20


Hi Brash

Thanks a lot - perfect first time!!!

You're a star.

Rich


Login

Who's Online

107 user(s) are online (64 user(s) are browsing Support Forums)


Members: 0


Guests: 107


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits