Image reference HTML

Image reference HTML

THis is a very basic question.  I'm attempting to modify the header using the Custom Theme HTML edit function.  I want to control the size of my logo manually.  While I have successfully added the image box with a specific size I cannot seem to reference the image properly.  It's a png file and I have placed it both in the main file directory and the image folder.  What should the HTML say?  This is what I currently have and I'm getting a question mark in the image box:

< img  src = "logo1.png"  alt = "TopTierAgent Logo"  width = "250"  height = "132" >