日期:2014-05-19  浏览次数:20537 次

菜菜提问:background 在Asp.net页面 为什么报错,有人遇到过吗
代码:
<td   width= "19 "   height= "379 "   background= "../CommonImages/hotel1_18.gif ">
                                                                                                &nbsp; </td>

报错:
Error 84 Validation   (XHTML   1.0   Transitional):   Attribute   'background '   is   not   a   valid   attribute   of   element   'td '. D:\wangjun\TravelWeb\Web\Hotel\HotelMainSearch.aspx 403 37 D:\...\Web\
谢谢   !!

------解决方案--------------------
<table>
<tr>
<td style= "width:200px; height:30px; background-image:url(../CommonImages/hotel1_18.gif) ">
&nbsp;
</td>
</tr>
</table>

相关资料更多>