Cant you just set a static width on the TD? And fwiw, this has nothing to do with coldfusion, its straight html / css =)
Chris -----Original Message----- From: ismail cassiem [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 9:32 AM To: CF-Talk Subject: Re: Coldfusion 5, nowrap the text in a table <td style="word-wrap: break-word"> Thank You for the reply. I've tried the following but no luck. <table width="100%"> <td width="180" style="overflow: hidden;">#(test)#</td> <td width="180" style="overflow: scroll;">#(test2)#</td> <td width="180" style="white-space: nowrap;">#(test3)#</td> <td width="180" style="word-wrap: break-word;">#(test4)#</td> </table> But nothing seems to work. Regards Ismail >Have you tried style="overflow:hidden;" (or style="overflow:scroll;") > >-----Original Message----- >From: ismail cassiem [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 19, 2007 6:25 AM >To: CF-Talk >Subject: Coldfusion 5, nowrap the text in a table <td style="word-wrap: >break-word"> > > >Hi, > >Coldfusion 5 where I want to cut off the text and not allowing for text >wrap in my column in a table. > ><td style="word-wrap: break-word" width="100" align="left">#test#<td> > >This unfortunately does not work. > >Any help please! > >Thank You ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275837 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

