Re: Re: [PHP-WIN] Tables (might be OT)

2003-03-30 Thread Bobo Wieland
e too long that needs to be wraped, the whole sentence can be longer... Thanks! .bobo - Original Message - From: "Neil Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 3:12 PM Subject: Re: Re: [PHP-WIN] Tables (might be OT) > Yeah

Re: Re: [PHP-WIN] Tables (might be OT)

2003-03-30 Thread Neil Smith
Yeah - I use the code below, which I made to limit title length for news stories. The main advantage is it limits to specified width, but then *backtracks* to the last whitespace before that in the string, so you get whole words output followed by '...' :-) ===