Nice code: small problem
I found this javascript form editor that i want to use to edit content destined for database and later display on web.
http://www.markmullen.net/editor/editor.html
-- create LINK and SUBMIT form.
The problem is that the resulting HTML for the LINK is screwed up.
I can't find a parameter to change in the javascript, so I figured that I would have to use PHP to parse the string submitted by the form.
Can someone suggest a straightforward way to accomplish this? I looked through some string functions but didn't find a neat solution.
thanks,
Mark