Re: [displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Matt Raible
surprised because I don't have anything between . > > Zsolt > > > >-Original Message- > >From: [EMAIL PROTECTED] [mailto:displaytag-user- > >[EMAIL PROTECTED] On Behalf Of Matt Raible > >Sent: Sunday, October 09, 2005 6:20 PM > >To: displayta

RE: [displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Zsolt
r 09, 2005 6:20 PM >To: displaytag-user@lists.sourceforge.net >Subject: Re: [displaytag-user] I need the deprecated nowrap attribute! > >Have you tried style="white-space: nowrap"? > >Matt > >On 10/7/05, Zsolt Koppany <[EMAIL PROTECTED]> wrote: >> Hi, >

Re: [displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Matt Raible
>From: [EMAIL PROTECTED] [mailto:displaytag-user- > >[EMAIL PROTECTED] On Behalf Of Matt Raible > >Sent: Sunday, October 09, 2005 6:20 PM > >To: displaytag-user@lists.sourceforge.net > >Subject: Re: [displaytag-user] I need the deprecated nowrap attribute! > > &

RE: [displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Zsolt
2005 6:20 PM >To: displaytag-user@lists.sourceforge.net >Subject: Re: [displaytag-user] I need the deprecated nowrap attribute! > >Have you tried style="white-space: nowrap"? > >Matt > >On 10/7/05, Zsolt Koppany <[EMAIL PROTECTED]> wrote: >> Hi, >> >&g

Re: [displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Matt Raible
Have you tried style="white-space: nowrap"? Matt On 10/7/05, Zsolt Koppany <[EMAIL PROTECTED]> wrote: > Hi, > > displaytag-1.1-SNAPSHOT throws an exception if I use nowrap="true" but I > need it. The stylesheet below is not enough: > > TD.colseparator { > /* background-color: #64; */

[displaytag-user] I need the deprecated nowrap attribute!

2005-10-09 Thread Zsolt Koppany
Hi, displaytag-1.1-SNAPSHOT throws an exception if I use nowrap="true" but I need it. The stylesheet below is not enough: TD.colseparator { /* background-color: #64; */ background-color: silver; width: 1; white-space: nowrap; } Any ideas? Zsolt -