View Single Post
  #2 (permalink)  
Old 08-14-2006, 09:36 PM
myrtletrees myrtletrees is offline
Junior Member
 
Join Date: May 2005
Posts: 242
try setting
<div align="center"> around the current html tags where the logo is.

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#212121"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85"><div align="center">[img]themes/subBlack/images/logo.jpg[/img] </div></td>
<td width="40%" height="85" align="right">$showbanners </td>
</tr>
</table></td>
Reply With Quote