Sum*_*pta 3 php zend-framework magento e-commerce magento-1.7
我在Magento CE 1.7.0.2中添加了一个新产品.我在Short Description属性中输入了HTML代码.
我的问题:我真的不知道这些额外的<br>
来自哪里.甚至WYSIWYG编辑器也没有显示这些,<br>
但它们出现在网站的产品页面上.请帮忙.
我输入了什么:
<p>Product Description:</p>
<table border="1" cellspacing="0" cellpadding="5px">
<tr>
<td>Category</td>
<td>Specials</td>
</tr>
<tr>
<td>Texure</td>
<td>Digitally Printed on High Quality Matte Paper</td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)
什么是显示:
<p>Product Description:</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table border="1" cellspacing="0" cellpadding="5px">
<tr>
<td>Category</td>
<td>Specials</td>
</tr>
<tr>
<td>Texure</td>
<td>Digitally Printed on High Quality Matte Paper</td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)