View Single Post
Old
  (#6 (permalink))
coldblooded
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
11-27-2002, 10:06 PM

In the header.html

Find:
Code:
<td height="110">[img]themes/charcoal/images/logo.gif[/img]</td>
Replace with:
Code:
<td height="110"><div align="center">[img]themes/charcoal/images/logo.gif[/img]</div></td>
Tested and it works here.
   
Reply With Quote