读书人

菜菜提问:background 在Asp.net页面

发布时间: 2012-01-08 22:48:50 作者: rapoo

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

报错:
Error84Validation (XHTML 1.0 Transitional): Attribute 'background ' is not a valid attribute of element 'td '.D:\wangjun\TravelWeb\Web\Hotel\HotelMainSearch.aspx40337D:\...\Web\
谢谢 !!

[解决办法]
<table>
<tr>
<td style= "width:200px; height:30px; background-image:url(../CommonImages/hotel1_18.gif) ">
 
</td>
</tr>
</table>

读书人网 >asp.net

热点推荐