Red Wingate wrote:

> Aidan Lister wrote:
> 
>> Why do these functions wrap at approximately 80 chars? It's stupid! How
>> can this be worked around?
> 
> It doesn't check the source to see that the browser wraps the text as it
> reaches the border of the window.

Oh just another note, use <nobr> to skip this limitation :-)

<nobr>
<?php
  hightlight_file ( '...' );
?>
</nobr>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to