|
 |
asp_web_howto thread: Word Wrap
Message #1 by bbristow@p... on Wed, 31 Jan 2001 20:42:23 -0000
|
|
I have an asp file that draws from a database.. When it displays, there is
no word warp. IS there and command that i can put in to make it wrap?
here is the page
http://www.prbackus.k12.mn.us/schoolboard/detail_minutes.asp?Date=12/25/06
thanks
Message #2 by "Owen Mortensen" <ojm@a...> on Wed, 31 Jan 2001 14:07:17 -0700
|
|
It's the <pre> tag! When you have <pre> in a document, that means all
formatting is turned off: you get out on the page exactly what is put in.
You might want to put <BR> tags after each item pulled out of the database
to keep the line-breaks. Lose the <pre> tag first and then experiment from
there.
Owen
-----Original Message-----
From: bbristow@p... [mailto:bbristow@p...]
Sent: Wednesday, January 31, 2001 10:01 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Word Wrap
I have an asp file that draws from a database.. When it displays, there is
no word warp. IS there and command that i can put in to make it wrap?
here is the page
http://www.prbackus.k12.mn.us/schoolboard/detail_minutes.asp?Date=12/25/06
thanks
Message #3 by "PassY" <pteunissen@c...> on Wed, 31 Jan 2001 22:12:09 +0100
|
|
u can put the output in a table
----- Original Message -----
From: <bbristow@p...>
To: ASP Web HowTo <asp_web_howto@p...>
Sent: Thursday, February 01, 2001 06:00
Subject: [asp_web_howto] Word Wrap
> I have an asp file that draws from a database.. When it displays, there is
> no word warp. IS there and command that i can put in to make it wrap?
> here is the page
>
> http://www.prbackus.k12.mn.us/schoolboard/detail_minutes.asp?Date=12/25/06
>
> thanks
>
Message #4 by "Wally Burfine" <oopconsultant@h...> on Wed, 31 Jan 2001 21:18:03 -0000
|
|
Use the Textarea tag
>From: bbristow@p...
>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>
>To: "ASP Web HowTo" <asp_web_howto@p...>
>Subject: [asp_web_howto] Word Wrap
>Date: Wed, 31 Jan 2001 21:00:30 -0800
>
>I have an asp file that draws from a database.. When it displays, there is
>no word warp. IS there and command that i can put in to make it wrap?
>here is the page
>
>http://www.prbackus.k12.mn.us/schoolboard/detail_minutes.asp?Date=12/25/06
>
>thanks
>
|
|
 |