PDA

View Full Version : Writing a WYSIWYG HTML editor using PHP? AJAX?



Panda
05 Nov 2009, 11:25 PM
Is it possible to create a web-based layout editor in PHP or AJAX that allows someone who doesn't know HTML or CSS to come in and drag & drop elements to create/customize a website of their own? If so, what is involved? For an example of what I'm talking about, see the Headway Theme for WordPress. Users can adjust the width of the theme layout by using a built-in editor that came with the theme. http://headwaythemes.com/

How would one go about creating something like that?