Hi, this is the entire code, but still no luck!  

<table width="100%" border="0" cellspacing="2.2" cellpadding="2.2" style="font- 
 
   family: 'MS Sans Serif', Geneva, sans-serif; font-size: xx-small;">        

    <cfoutput query="get_info">
          
        <CFIF Col EQ "F9F9F9">
                <CFSET Col = "F2F2F2">
        <CFELSE>
                <CFSET Col = "F9F9F9">
        </CFIF>

        <TR class="Row" 
              style="background-color: #Col#;" 
              title="Click to select: (#trim(Code)#) #trim(Descr)#" 
              onmouseover="if ('#Descr6#' == '') {this.style.color     
                           = '##88cE00';this.style.cursor='hand';} else 
                           {this.style.color = '##0167CC';this.style.cursor 
                           = 'no-drop';}" onmouseout="this.style.color  
                           = 'black';" 

 onclick="if ('#Descr6#' == '' && 
parent.parent.HeaderTop.Sel.S_SelectToBox.value 
        == '') {parent.parent.HeaderTop.Sel.S_SelectToBox.value = 
        parent.parent.HeaderTop.Sel.S_SelectToBox.value + '#trim(code)#';} else 
{if 
        ('#Descr6#' == ''){parent.parent.HeaderTop.Sel.S_SelectToBox.value = 
        parent.parent.HeaderTop.Sel.S_SelectToBox.value + ',' + '#trim(code)
        #';}};if (parent.parent.HeaderTop.Sel.S_SelectToBox.value != '')
        {parent.HeaderTop.countit();}">
                                         
   <td width="16%" style="overflow: hidden;">#trim(Descr2)#</td>        
   <td width="16%" style="overflow: hidden;">#trim(Descr5)#</td>        
   <td width="21%" style="overflow: 
hidden;">#trim(Code)#&nbsp;#trim(Descr)#</td>
   <td width="16%" style="overflow: hidden;">#trim(Descr8)#</td>
   <td width="16%" style="overflow: hidden;">#trim(Descr9)#</td>
   <td width="15%" style="overflow: hidden;">#trim(Descr10)#</td>
                                
                        
  </TR>
 </cfoutput>
 </TABLE>
 

>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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275918
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to