I need to make it so that at anytime you are typing into my text editor and you want to add a table you would just click on the mnu option and it will add the following in the exact format onto the page right where the cursor curently is. How can I code it print the following and keep the exact right where the cursor is, onto the page?
<CENTER><TABLE ALIGN=CENTER VALIGN=TOP BORDER=0 CELLSPACING=0 CELLPADDING=0 COLS=1 WIDTH="" HEIGHT="" BACKGROUND="">
<TR>
<TD>
</TD></TR>
</TABLE></CENTER>
I would greatly appreciate any suggestions,
Daniel Christie


Reply With Quote