I'm adding a new product in Magento CE 1.7.0.2. I entered the HTML code in Short Description attribute.
MY PROBLEM: I really don't know where these extra <br>
coming from. Even the WYSIWYG editor is not showing these <br>
but they are appearing on the website's product page. Please help.
WHAT I ENTERED:
<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>
WHAT IT IS DISPLAYING:
<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>