if that's literally your code, maybe you need <tr>?

----- Original Message ----
From: ismail cassiem <[EMAIL PROTECTED]>
To: CF-Talk <[email protected]>
Sent: Thursday, April 19, 2007 6:31:39 AM
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:275866
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to