RE: [PHP] Word Wrap on highlight_file

2008-01-20 Thread Shelley Shyan
XXX Regards, Shelley -Original Message- From: Tom Chubb [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 9:02 PM To: PHP General List Subject: [PHP] Word Wrap on highlight_file Can anyone tell me how to wrap the results of highlight_file so it doesn't mess up the siz

Re: [PHP] Word Wrap on highlight_file

2008-01-16 Thread Jochem Maas
Tom Chubb schreef: On 16/01/2008, Jochem Maas <[EMAIL PROTECTED]> wrote: Tom Chubb schreef: ... Jochem, Thanks for that. So presumably it's not possible to do it in PHP? there probably is but I can't tell what the problem is exactly without seeing the output source and rendering, that

Re: [PHP] Word Wrap on highlight_file

2008-01-16 Thread Tom Chubb
On 16/01/2008, Jochem Maas <[EMAIL PROTECTED]> wrote: > Tom Chubb schreef: > > Can anyone tell me how to wrap the results of highlight_file so it > > doesn't mess up the size of my table div? > > use CSS to control the visual display in the browser. > not to mention that 'table div' doesn't make mu

Re: [PHP] Word Wrap on highlight_file

2008-01-16 Thread Jochem Maas
Tom Chubb schreef: Can anyone tell me how to wrap the results of highlight_file so it doesn't mess up the size of my table div? use CSS to control the visual display in the browser. not to mention that 'table div' doesn't make much sense as a concept. probably you'll want to do something with

[PHP] Word Wrap on highlight_file

2008-01-16 Thread Tom Chubb
Can anyone tell me how to wrap the results of highlight_file so it doesn't mess up the size of my table div? I tried the following and doesn't work! if ($ext == "phps") { $showcode = highlight_file($pathtoscripts . $_GET['file']); echo wordwrap($showcode, 70); } else { echo "Nice try, bu