I'm looking for a program that will allow users to edit an existing html template in online... Basically customizing an HTML newsletter with their text information as well as replacing stock photos with their own. Does anyone know of a program that will do this? I've seen some ASP sites that offer it... Even a flash one... Any info would be greatly appreciated! Thanks-
Something like FreeTextBox? It's a web based HTML editor for ASP.NET. It's worked pretty slick for me. It has a server side text property much like a regular text box to set and get the HTML.
If you do not want to give the users much freedom to the users with the actual placement of the content then you can do it quite easily in ASP. You simply designate text boxes for textual information and ask them to select photos for the photo section and then reload the page with the changes and show them the newsletter. But, if you want them to change the position of the elements then it becomes tricky and complicated.