Html Frames and centering images?

Im creating a web page using frames ie Frameset. I am using an image as one of the frames and was wondering how to i get the image to be in the centre of the frame.
Here's the code so far-
<frame src="Logo.jpg"/>
What do i need to add to center it?
 
Back
Top