I want to put one image on top of the other, in the header. Right now, I can only figure out how to put one on the right of the blank image. here is the code; <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="500" align="center" valign="top" background="http://photos1.blogger.com/blogger/6150/3570/1600/banner.2.jpg"> <td width="145"><img src="xxxx" width="145" height="170"> </td> <td background="http://photos1.blogger.com/blogger/6150/3570/1600/blackspace.jpg"> </td> <h1><a href="<$BlogURL$>"><$BlogTitle$></a></h1> <h2><$BlogDescription$></h2></td> </tr> </table></td> </tr> here is what I want it to look like;