Wim,

The <nobr> tag did what I wanted.  The code below did not work as you would
think it should (I had already tried those options myself).  If you look at
the page at http://www.zarts.com/test.cfm you will see the code you gave me
below but you will also see that the cell still wraps.

Thanks though!

Dave

-----Original Message-----
From: Wim Lemmens [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 23, 2008 8:52 AM
To: CF-Talk
Subject: Re: (ot) Stupid HTML Question

That's what you wanted, no?

You say "I actually want the text that doesn't fit to be hidden".
That's what you get.

Please explain correctly what you want.

Wim.

On Wed, Jul 23, 2008 at 3:49 PM, Experienced CF Developer <
[EMAIL PROTECTED]> wrote:

> Wim,
>
> This didn't work for me.  I still get the following:
>
> http://www.zarts.com/test.cfm
>
> Dave
>
> -----Original Message-----
> From: Wim Lemmens [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 23, 2008 8:04 AM
> To: CF-Talk
> Subject: Re: (ot) Stupid HTML Question
>
> <td style="width: 100px; overflow: hidden;" nowrap>Test Test Test Test
Test
> Test Test Test Test Test Test Test Test Test
> Test Test Test Test Test Test Test Test Test </td>
>
> On Wed, Jul 23, 2008 at 3:00 PM, Experienced CF Developer <
> [EMAIL PROTECTED]> wrote:
>
> > Okay, I must be having a brain fart today - I'm trying to get a cell in
a
> > table to NOT wrap.  I actually want the text that doesn't fit to be
> hidden.
> > What am I missing? (btw, I'm coding only for IE for an internal app).
> I've
> > done this before, just can't remember what I did.  I want the second
cell
> > to
> > NOT wrap.  Here's some test code:
> >
> > <table border="1" cellspacing="0" cellpadding="0" width="150"
> > style="table-layout: fixed;">
> > <col width="50"/>
> > <col width="50"/>
> > <col width="50"/>
> > <tr>
> > <td>&nbsp;</td>
> > <td>Test Test Test Test Test Test Test Test Test Test Test Test Test
Test
> > Test Test Test Test Test Test Test Test Test </td>
> > <td>&nbsp;</td>
> > </tr>
> > </table>
> >
> > What am I missing?
> >
> > Dave Phillips
> >
> >
> >
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309517
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