nickcrispini
10-05-2003, 10:01 PM
I want to display the contents of a recordset in an HTML table to nicely format it.
The recordset contains about six fields from the database. The problem is some of the the fields have a large amount of text. When I insert the text in the table the cell just expands instead of the text wrapping.
E.G. (or something like this)
(Doesn't wrap - What happens)
The recordset contains about six fields The recordset contains about six fields.
(Wraps - What I want)
The recordset contains about six fields
The recordset contains about six fields.
To me this sounds like a stupid scenario where there's a simple answer. However I've battled with it for hours with no joy.
If you don't specify 'no wrapping' in HTML, fair enough it doesn't wrap and visa verse. I haven't specified 'no wrapping'. I've also set the table and table cells to a specific pixel width.
Does anyone have a solution???
Nick.
The recordset contains about six fields from the database. The problem is some of the the fields have a large amount of text. When I insert the text in the table the cell just expands instead of the text wrapping.
E.G. (or something like this)
(Doesn't wrap - What happens)
The recordset contains about six fields The recordset contains about six fields.
(Wraps - What I want)
The recordset contains about six fields
The recordset contains about six fields.
To me this sounds like a stupid scenario where there's a simple answer. However I've battled with it for hours with no joy.
If you don't specify 'no wrapping' in HTML, fair enough it doesn't wrap and visa verse. I haven't specified 'no wrapping'. I've also set the table and table cells to a specific pixel width.
Does anyone have a solution???
Nick.