wrap text in text area box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several discussion boards on my site. since upgrading to fp '03,
wrapping has disappeared.

Can anyone tell me how to set the "textarea box" to wysiwyg once it's
posted? My main concern is to get paragraphs and spacing working again....

Kinda like the way text is showing in this inquire.


thanks for any help you can give me.
 
The only way is to use the <pre> tag formatting
See http://support.microsoft.com/default.aspx?scid=328495

--




|I have several discussion boards on my site. since upgrading to fp '03,
| wrapping has disappeared.
|
| Can anyone tell me how to set the "textarea box" to wysiwyg once it's
| posted? My main concern is to get paragraphs and spacing working again....
|
| Kinda like the way text is showing in this inquire.
|
|
| thanks for any help you can give me.
 
That is the problem with <pre> formatting - if the poster does not use
any carriage returns, the text will not wrap. If they do, then the
text will wrap at the carriage return.
If you do not use <pre> formatting, then the text will wrap to fit the
page, but carriage returns will be treated as ordinary spaces. Your
choice - get six of one, or a half dozen of the other.

To get the best of both worlds, you have to write your own scripts, or
look for a third party package that will be supported by your web
host.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top