首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

菜菜提问:background 在Asp.net页面 为什么报错,有人遇到过吗,该如何解决

2012-01-08 
菜菜提问:background 在Asp.net页面 为什么报错,有人遇到过吗代码:tdwidth 19 height 379 backgrou

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

热点排行