<table cellspacing="0" border="0" cellpadding="0" width="450px">
    <tr>
        <td style=" vertical-align:bottom ;width: 450px; background-repeat: no-repeat; background-position:center;
                  height: 100px; background-image: url('resources/images/LoginTitle.png');">
    </td>
</tr>
</table>
把你以前写的那个resources前面的斜杠去掉就好了~

解决方案 »

  1.   

    路径问题。。 <table cellspacing="0" border="0" cellpadding="0" width="450px">
        <tr>
            <td style=" vertical-align:bottom ;width: 450px; background-repeat: no-repeat; background-position:center;
                      height: 100px; background-image:url('http://www.baidu.com/img/bdlogo.gif');">
        </td>
    </tr>
    </table>
      

  2.   

    路径没什么问题    只要我把 background-position:center; 去掉   就能显示出来 
      

  3.   

    background-position:center去掉了,先用着吧