Re: WYSIWYG or Rich Text in a Text Area to database?
From: chris leeds (chris_at_nedp.net)
Date: 07/05/04
- Next message: John Sims: "Re: Web Site Import"
- Previous message: chris leeds: "Re: Creating Own Web-site Templates?"
- In reply to: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Next in thread: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Reply: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 4 Jul 2004 23:04:53 -0400
you really shouldn't be dragging anything. you just make a form, set your
text area configure it etc. and follow the directions which consist of
putting a block of code in the head of the page and a little near the
textarea where you tell it the name of the element to replace (the name of
the text area) there isn't really anything in the "normal" view to do.
HTH
-- The email address on this posting is a "black hole". I got tired of all the spam. Please feel free to contact me here: http://nedp.net/contact/ -- "Tokey666" <Tokey666@discussions.microsoft.com> wrote in message news:DB0232B8-96E2-4001-BA65-0587893966A3@microsoft.com... > I have actually tried that htmlArea but with no success. I cannot get the area to show up in a form! If I move the area outside of a form. It works perfectly and beautifully. BUT if I drag it inside a form, the area disapears and when you load the page, nothing shows up, not even a text box. Any suggestions on that? > > I would try out the PHP you recommended but this is a windows server. I must use ASP. > > Thanks a bunch! > > > "Crash Gordon®" wrote: > > > chris, > > > > have you messed with htmlarea3? looks cool but the docs are a little sketchy...i have it half setup. I think it's the opensource version of the interactive tools. > > > > later... > > r. > > > > "chris leeds" <chris@nedp.net> wrote in message news:%23srWrkeYEHA.2500@TK2MSFTNGP09.phx.gbl... > > | www.interactivetools.com has a textarea that definitely will fill the text > > | area with html code. if you set it up to be saved that way I can't see any > > | problem. I have it in a couple of shopping cart deployments and also a > > | classified ad script. > > | > > | If you can use PHP there's a super nice one I'm using in some software I'm > > | working on: > > | http://www.wysiwygpro.com/ > > | > > | HTH > > | > > | -- > > | The email address on this posting is a "black hole". I got tired of all the > > | spam. > > | Please feel free to contact me here: > > | http://nedp.net/contact/ > > | -- > > | > > | > > | "Tokey666" <Tokey666@discussions.microsoft.com> wrote in message > > | news:A99B361C-F2BC-4151-B200-74AC4FB60E4F@microsoft.com... > > | > I have looked all over the web for different Wysiwyg areas and whatnot and > > | have implemented at least 6 of em. None do what I want. > > | > > > | > I want to be able to save the text area (of a form) and send it to a > > | database (as HTML in memo field) instead of just plain text. Like using a > > | rich text. > > | > > > | > Kinda like the same way this is that I am typing in now. I don't think > > | frontpage is capable alone of doing this but I'm not sure. > > | > > > | > Either it has a WYSIWYG interface or it saves the HTML to the Access > > | database. Either way I will be happy. > > | > > > | > Thanks for the help! > > | > > | > >
- Next message: John Sims: "Re: Web Site Import"
- Previous message: chris leeds: "Re: Creating Own Web-site Templates?"
- In reply to: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Next in thread: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Reply: Tokey666: "Re: WYSIWYG or Rich Text in a Text Area to database?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|