日期:2014-05-18  浏览次数:20608 次

如何解决在Jbuilder 2005中不能使用HTML的某些标签属性问题!
<tr   height= "32 ">
    <td   valign= "top "   width= "8 "   background= "images/bg2.gif "> <img   src= "images/teble_top_left.gif "   /> </td>
    <td   background= "images/bg2.gif "width= "28 "   align= "left "> <img   src= "images/arrow.gif "   align= "absmiddle "   /> </td>
    <td   background= "images/bg2.gif "> <span   style= "float:left; "> 官方公告: </span> <span   style= "color:#c00;   font-weight:bold;   float:left;width:300px; "   id= "dvbbsannounce "> </span> </td>
            <td   background= "images/bg2.gif "   style= "text-align:right;   color:   #135294;   "> <Dvbbs:Span   id= "userbar "   runat= "server "   /> </td>
    <td   align= "right "   valign= "top "   background= "images/bg2.gif "   width= "12 "   > <img   src= "images/teble_top_right.gif "   /> </td>
    <td   align= "right "   width= "16 "   style= "background:#337ABB; "> </td>
</tr>

就象上面的一段代码,在HTML中正常,但是在JBUILDER   2005中  
<tr> 的height属性就报警,还有就是 <TD> 的background也是的,有办法在JBUILDER中设置或者是关闭这些报警吗?还有有其他的解决方法?

------解决方案--------------------
报警是运行不了么?