hi ,
2 problems : (1)i have the following code that is being inserted into the textarea in a dct through visualformat editor..but for some reason the editor is inserting an extra hyphen between the submit and cancel buttons.how do i work around it so that the extra hyphen does not get inserted ?
------------------------------------
the code

a part of the actual code)
<tr valign="top" align="middle">
<td><br>
<a href="entry-thanks.html"><img height="20" alt="Submit" hspace="8" src="../wce/GIF/2421_gl_button_submit_green.gif" width="59" border="0"></a> <a href="javascript:document.priceless.reset();"><img height="20" alt="Cancel" hspace="8" src="../wce/GIF/2420_gl_button_cancel_red.gif" width="59" border="0"></a><br>
<a href="entry-perpetual.html"><img height="20" alt="Enter more Purchases" src="../wce/GIF/2422_gl_button_morepurchases.gif" width="145" vspace="10" border="0"></a></td>
</tr>
(2) the graphical links that are linked up in the visualformat editor end up with an extra linked whitespace character next to them..how to code in visualformat editor so that the extra whitespace does not get linked ?
code
--------------------------
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="24"><img height="1" src="../images/blank.gif" width="24" border="0"></td>
<td valign="top" align="left" width="13"><img height="11" hspace="2" src="../images/gi_icon_large.gif" width="6" vspace="2" border="0"></td>
<td width="2"><img height="1" src="../images/blank.gif" width="2" border="0"></td>
<!-- text link -->
<td valign="top" align="left"><a href="javascript:popupwindow('../competition/termsframe.html','termswindow','410','540');">Click here</a> for full Terms and Conditions</td>
<td width="16"><img height="1" src="../images/blank.gif" width="16" border="0"></td>
</tr>
<tr>
<td width="24"><img height="1" src="../images/blank.gif" width="24" border="0"></td>
<td valign="top" align="left" width="13"><img height="11" hspace="2" src="../images/gi_icon_large.gif" width="6" vspace="2" border="0"></td>
<td width="2"><img height="1" src="../images/blank.gif" width="2" border="0"></td>
<!-- text link -->
<td valign="top" align="left"><a href="javascript:popupwindow('../competition/privacyframe.html','privacywindow','410','540');">Click here</a> for the Privacy Disclosure</td>
<td width="16"><img height="1" src="../images/blank.gif" width="16" border="0"></td>
</tr>
</tbody>
</table>
Any immediate help is truly appreciated...
Thanks in advance