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
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
Comment