There is no align=center option for the image tag in HTML specs, only left and right (for horizontal alignment anyway). If it's on a horizontal line by itself (like a banner in the top center of a page), you can use a DIV tag like this:
'<div align=center><img src=blah.jpg></div>'
If that's no good, maybe you sould use a table. It depends on your layout really.