I am trying to insert an image titled welcome.gif into the center of this page (http://www.fashinvest.com/home/). The image is located in my images folder. Here is the line of code I used but the image is not being displayed. What is wrong?
<div align="center"><img src="<?php bloginfo("template_directory"); ?>/images/welcome.gif"/></div>