Tony Weeg wrote:
>but what if I want people to be able to put pictures, placement,
>etc...kinda like the online html wysiwyg editors, that I ve seen, but
>this, to create an email from what was made.

I think you're going to have to sit down and build it for yourself.  At least thats what I did for my cms.  Made up a form with a wysiwyg editor in it.  The upload stuff points to the server, so whenever someone pastes in an image the image is pulled off the server when displayed in the mail client.  

The mail message is a long text field.  This table is also tied to another that lets them add attachments (as opposed to stuff linked or displayed inline in the message).  When they press 'send' it uses cfmail, of course, to send to the selected mailing list, which is another table in the db.

I used a full path to link to the style sheet on the server, but you can embed one inline so it travels with the text, too.  I didn't have any success with that approach, personally, and went with a linked style sheet.

--
-------------------------------------------
Matt Robertson,     [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------

--
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to