I’m looking to simplify the process of creating html emails, making it simple to drag and drop different elements to compile the final product.
I’ve created a series of html content blocks (1 column story, 2 column story, ad block etc), and would like to create something that will allow the user to:
- Drag html content block elements to the stage as needed, and sort these at any point
- Edit the text and image areas in each content block
- Allow me to export the final compiled html – ready for a 3rd party email management app
I’ve taken a look at jQuery sortable & draggable, but know these are only a small part of the picture. I was wondering if anyone had created something similar, or would be able to point me in the right direction in order to accomplish this?
try Jquery Templates, it offers you more flexibility Jquery Template
from Jquery Examples.
and if you want more features, you can try HandleBar.JS HandleBar JS