how can i center my logo ?

putting <center> and </center> tags around it ?

open header, find
Code:
<td align="$stylevar[align=left]">
replace with:
Code:
<td align="center">
 
Back
Top