Jump to content
Larry Ullman's Book Forums

Recommended Posts

I have created a very simple admin back end for a site, which essentially is the HTML markup and content of a page thrown into a textarea. From there, the admin can edit the content, and upload it to the database.

 

However, a couple of the pages contain forms with submit buttons, and these submit buttons are turning into actual submit buttons for the textarea, which I don't want. Is there an easy way around this?

 

I suppose HTML entities might be a possibility, but then the angle brackets turn into < and >, which I'd prefer to avoid, if possible.

Link to comment
Share on other sites

 Share

×
×
  • Create New...