这是一个 Struts 应用程序。我必须在从 DB 或任何会话对象(例如 Notes)检索的左侧面板中显示一些动态日期。如果单词之间有空格,那么它的工作正常。但是在测试我是否在没有空格的情况下输入了一些字符时,在左侧面板中显示数据时会越过表格并出现在 IE8、Mozilla 和 chrome 的主面板上。
我的部分示例代码是这样的。
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center" class="fixedTable">
<tr>
<td class="normalTxt" width="100" style="text-align:left;"
bean:write name="cNotesInfo" property="description" />
</td>
</tr>
</table>
请提供任何解决方案。
我删除了 </ > 符号以使 U sho 代码。