View Single Post
  #6 (permalink)  
Old 11-27-2002, 11:06 PM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
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