Ask a Question related to PHP Development, Design and Development.
-
Sander Voerman #1
Markup inside form textareas?
Hi,
I am going to make a forum using PHP. However, I have a very simple question
to begin with. Is it at all possible to create input fields where users can
type their messages using italic, bold, blockquotes, and the like? So far I
have never witnessed it, my webmail client, for instance, only allows me to
write plain text in the "new e-mail" input form. And blogger, for instance,
does allow you to enter text in bold and italics, but you don't *see* them:
instead, blogger inserts <em> and <strong> tags into the text area. Now
personally I am not afraid of markup tags, but I know a lot of my future
visitors who are. I have looked up the W3C HTML recommendation sections
dealing with forms, and those seem to suggest plain text is all I'm going to
get. Is there no way to create forms with wysiwyg hypertext textareas?
Sander
Sander Voerman Guest
-
Buttons for links inside flash form
Is it possible to place buttons inside a flash from and use these buttons to exit the form and go to another page? I assume using GetURL would be... -
'DataGridLinkButton' must be placed inside a form tag with runat=server
Can you please explain this more? I am new to asp.net, and not sure I understand what you're saying. Do you mean simply make sure your control is... -
Web Form Designer deleting collection markup on Custom Server Control
I am trying to implement a custom server control which exposes a collection and uses the ParseChildrenAttribute to populate it from child elements... -
form inside a movie clip
I have an empty movie clip that when a button is pressed loads a .swf with a form made up of components. when I test the form on its own everything... -
Form inside a table question
When I go through the "Validation" Feature of DWMX I get error on a line that "The tag: 'Form' is not allowed within: 'Table'. It is only allowed... -
Matthias Esken #2
Re: Markup inside form textareas?
"Sander Voerman" <mephisto@zonnet.nl> schrieb:
There is no way with (X)HTML/CSS/JavaScript. You could write a Java> I have looked up the W3C HTML recommendation sections
> dealing with forms, and those seem to suggest plain text is all I'm going to
> get. Is there no way to create forms with wysiwyg hypertext textareas?
program for this task.
Matthias
Matthias Esken Guest
-
sotto #3
Re: Markup inside form textareas?
On Mon, 11 Aug 2003 17:42:15 +0200, Sander Voerman wrote:
Try google for "rich text editor" +html or something> Hi,
>
> I am going to make a forum using PHP. However, I have a very simple
> question to begin with. Is it at all possible to create input fields where
> users can type their messages using italic, bold, blockquotes, and the
> like? So far I have never witnessed it, my webmail client, for instance,
> only allows me to write plain text in the "new e-mail" input form. And
> blogger, for instance, does allow you to enter text in bold and italics,
> but you don't *see* them: instead, blogger inserts <em> and <strong> tags
> into the text area. Now personally I am not afraid of markup tags, but I
> know a lot of my future visitors who are. I have looked up the W3C HTML
> recommendation sections dealing with forms, and those seem to suggest
> plain text is all I'm going to get. Is there no way to create forms with
> wysiwyg hypertext textareas?
>
> Sander
sotto Guest
-
CC Zona #4
Re: Markup inside form textareas?
In article <bh8d03$ej4$1@news1.tilbu1.nb.home.nl>,
"Sander Voerman" <mephisto@zonnet.nl> wrote:
[url]http://www.bris.ac.uk/is/projects/cms/ttw/ttw.html[/url]> I am going to make a forum using PHP. However, I have a very simple question
> to begin with. Is it at all possible to create input fields where users can
> type their messages using italic, bold, blockquotes, and the like? So far I
> have never witnessed it, my webmail client, for instance, only allows me to
> write plain text in the "new e-mail" input form. And blogger, for instance,
> does allow you to enter text in bold and italics, but you don't *see* them:
> instead, blogger inserts <em> and <strong> tags into the text area. Now
> personally I am not afraid of markup tags, but I know a lot of my future
> visitors who are. I have looked up the W3C HTML recommendation sections
> dealing with forms, and those seem to suggest plain text is all I'm going to
> get. Is there no way to create forms with wysiwyg hypertext textareas?
--
CC
CC Zona Guest
-
Default User #5
Re: Markup inside form textareas?
Sander Voerman wrote:
You don't want the users blithely sticking in raw HTML, too much chance>
> Hi,
>
> I am going to make a forum using PHP. However, I have a very simple question
> to begin with. Is it at all possible to create input fields where users can
> type their messages using italic, bold, blockquotes, and the like? So far I
> have never witnessed it, my webmail client, for instance, only allows me to
> write plain text in the "new e-mail" input form. And blogger, for instance,
> does allow you to enter text in bold and italics, but you don't *see* them:
> instead, blogger inserts <em> and <strong> tags into the text area. Now
> personally I am not afraid of markup tags, but I know a lot of my future
> visitors who are. I have looked up the W3C HTML recommendation sections
> dealing with forms, and those seem to suggest plain text is all I'm going to
> get. Is there no way to create forms with wysiwyg hypertext textareas?
of a screwup. What some forums do is to create their own tag set, for a
small set of markup tags. The form handler then substitutes these tags
with proper markup.
A typical tag set used in these system is (note the
square brackets) to use in replying to a message. You can have a reply
generator automagically present the quoted stuff in these tags, the
respondent can edit that as desired.
This will be replaced by some system-designed quoting mechanism (often
indented with a different background or something). The program would
just replace these made-up tags with <span> or the like with the CSS
classes to control presentation.
Brian Rodenborn
Default User Guest
-
Matthias Esken #6
Re: Markup inside form textareas?
"Sander Voerman" <mephisto@zonnet.nl> schrieb:
I don't think so. Maybe you could write a little Java-Applet which> I was afraid someone was going to say that... yeah I could write a message
> editor applet in java (sigh). However, in a lot of places java applets are
> disabled on browsers, presumably for security reasons. Can I use PHP to
> figure out whether the browser supports applets or not, so that I can
> provide a simple plain text message form as an alternative?
redirects to an other page, but I'm no Java expert.
Matthias
Matthias Esken Guest
-
Sander Voerman #7
Re: Markup inside form textareas?
Wow!! Thanks!
> [url]http://www.bris.ac.uk/is/projects/cms/ttw/ttw.html[/url]
>
> --
> CC
Sander Voerman Guest



Reply With Quote

