View Single Post
  #4 (permalink)  
Old 11-27-2002, 08:56 PM
mikem mikem is offline
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Try this

Code:
<div align="center">[img]themes/charcoal/images/logo.gif[/img]</div>
Use those type of tags to center it and see if it works for you then.
instead of
<center></center>
use
<div align="center"></div>

mikem
Reply With Quote