Rico
|
Posted: 01/01/2004, 2:26 AM |
|
I have a list box on my HTML form that retrieves info from a SQL table. Everything works great except the list box doesn't wrap the info neatly. It extends itself as a single line to display the sometimes lengthy information. How can I get the list box to neatly wrap the info within the box without extending the page as it is awkwardly now doing. I'm using Code Charge v2.05 and ASP coding language. Thanks in advance for any help with this issue.
|
|
 |
Geny
|
Posted: 01/05/2004, 11:46 AM |
|
Hi,
in the properties of the listbox, in the tab "format" you have an item named "style". Put for example: WIDTH: 310px. No matter what are the lenght of your items in your listbox, it will alway display the lenght you specify. Try it, i hope that answer your problem.
P.S.: Sorry for my english.
Geny
|
|
 |
|