Raj
|
| Posted: 06/28/2006, 8:11 AM |
|
I want to display two fields each 150 characters wide in a list.
I want both fields to be shown next to each other with 25 characters width
and the rest wrapped as many lines required.
|
|
|
 |
Raj
|
| Posted: 06/28/2006, 8:20 AM |
|
Sorry I meant Grid. Display records in a grid wide fields.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/28/2006, 1:24 PM |
|
I'm not sure if HTML provides a way to specify how many characters you want, but it should be quite simple to specify the width of your column (table cell) in pixels in HTML.
If you really need to display 25 characters width then you may need to write some ASP code that will split your string the way you want and convert it to a string that contains <br> tags in places where you want to have line breaks. The VBScript Left() function may be useful here.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|