I know no 1 has posted here in awhile but another way around this would be to add Code: › <div style=\"text-align:center\"></div>
around the image tag. So full example would look like this.
Code: › <div style=\"text-align:center\"><img src=\"themes\whatever\images\logo.jpg\" alt=\""._WELCOMETO." $sitename\" /></div>
.
I think the Code: › <center>
tag is being phased out so its better standards to use the div version. Correct me if i'm wrong.