Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

memo field not wrapping in table cell

Status
Not open for further replies.

new2unix

Programmer
Joined
Feb 5, 2001
Messages
143
Location
US
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=&quot;content&quot; width=&quot;200&quot;>#Replace(Replace(Description,&quot;#chr(10)#&quot;,&quot;<BR>&quot;,&quot;ALL&quot;),&quot; &quot;, &quot; &quot;, &quot;ALL&quot;)# </td>

Thanks

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top