<%@ page contentType="text/html;charset=UTF-8"%>
<STYLE>body {margin-left: 0px; margin-right: 0px;}</STYLE>
<c:if test="${optionalHtml!=null && optionalHtml!=''}">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
${optionalHtml}
</td>
</tr>
</table>
</c:if>
----------------
运行时页面
<STYLE>body {margin-left: 0px; margin-right: 0px;}</STYLE>
这句出现语法错误去掉就没事,应该怎么修正这个错误 谢谢