I have a section of code I want users to be able to edit with CuteEditor, but when I submit it, the editor adds in its own code and messes us the page. What can be done about that????
<td width="380" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="380" height="310" valign="top">
<a href="request.htm"><img src="images/parts_front.jpg" width="380" height="310" border="0" /></a></td>
</tr>
</table></td>
<td width="25"> </td>
<td width="410" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="404" height="26" valign="top"><span class="style8">Contact Us </span></td>
<td width="6"></td>
</tr>
<tr>
<td height="34"> </td>
<td></td>
</tr>
<tr>
<td height="250" colspan="2" valign="top">
<p class="style9"><strong>
Have questions about our company or services? Just Ask! </p>
<p class="style9">
info@qualityminitruckparts.com<br />
<br />
<br />
</p></td>
</tr>
</table></td>
Its takes the above, I save it and it then is this code.
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="380" height="310">
<a href="request.htm"><img src="images/parts_front.jpg" alt="" width="380" border="0" height="310"></a></td>
</tr>
</tbody>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top" width="404" height="26"><span class="style8">Contact Us </span></td>
<td width="6"><br />
</td>
</tr>
<tr>
<td height="34"> </td>
<td><br />
</td>
</tr>
<tr>
<td colspan="2" valign="top" height="250">
<p class="style9"><strong>
Have questions about our company or services? Just Ask! </strong></p>
<strong> </strong>
<p class="style9">
<strong> info@qualityminitruckparts.com<br />
<br />
<br />
</strong></p>
</td>
</tr>
</tbody>
</table>