Hi,
The memo field from an Access database I am trying to display in a table does not seem to be wrapping even when the table column has a width parameter. The whole table column width gets expanded according to the length of the memo data. Is there something I can do to wrap the memo data according to the hard-coded width of the cell?
<td class="content" width="200">#Replace(Replace(Description,"#chr(10)#","<BR>","ALL"
," ", " ", "ALL"
# </td>
Thanks
Mike
The memo field from an Access database I am trying to display in a table does not seem to be wrapping even when the table column has a width parameter. The whole table column width gets expanded according to the length of the memo data. Is there something I can do to wrap the memo data according to the hard-coded width of the cell?
<td class="content" width="200">#Replace(Replace(Description,"#chr(10)#","<BR>","ALL"


Thanks
Mike