2
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