Ok, so far, have had very limited issues with this RTE that I couldn't solve.
But this one kinda confuses me, so any thoughts would be greatly appreciated.
I'm basically using an ASP form that works like the guestbook tutorial from this site. The data put into the initial RTE gets posted into an access database and is displayed on another page. There are 3 things, Add Entry, Delete Entry, and Modify Existing Entry. I would like to use the RTE in the "Modify Entry" page, but am having trouble figuring out how to post the entry data from the database into the RTE for modification.
As it was i just used the "value="<% = rsGuestbook("Comments") %>"" in the <textarea> field. But as we know by now, that won't work, cuz only the html from the entry will show.
Is this possible?
Thanks in advance!