It seems that no matter what I do I cannot get my HTML code in the LonDescription field to import without adding borders to the tables.
Here are the steps I did:
1) Made a simple HTML template in Dreamweaver as follows:
<table width="650" border="0"> <tr> <td><strong><span class="style1">Product Description</span>
</strong></td> </tr> <tr> <td><table width="550" border="0" align="center" cellpadding="5">
<tr> <td><p>Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.</p> <p>Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.Here is the product description.
</p></td> </tr> </table></td> </tr> <tr> <td><strong><span class="style1">Key Features</span>
</strong></td> </tr> <tr> <td><table width="550" border="0" align="center" cellpadding="5">
<tr> <td><p>- Looks great
- OEM Fitment
- Lifetime Guarantee
</p> </td> </tr> </table></td> </tr> <tr> <td><strong><span class="style1">Product Fitment Details
</span>
</strong></td> </tr> <tr> <td><table width="550" border="0" align="center" cellpadding="5">
<tr> <td>- BMW
- Mercedes
- Ford</td>
</tr> </table></td> </tr> </table>
2) Pasted this into the Long Description Field in the "Edit Product" page of my site.
3) Exported with the Export Tool 1.2.0.0
4) Re-import EXACT SAME product with Import tool
Result: I get this page here:
http://www.stealthauto.c...ts/NEWSKU1__NEWSKU1.aspxNote the unnecessary " mark and the borders around the tables.
I have tried adding code including border="0" and cellspacing="0" and it doesn't seem to do anything.
Any help will be AWESOME, I have spent HOURS AND HOURS trying to figure this out.
Thanks!