This is really an html issue. HTML will only text wrap (in a compliant
browser) on white space. If you want a server side solution to solve this
you'll need to break up long words with a space or line-break.

Tim Ward
Internet chess www.chessish.com <http://www.chessish.com> 

        ----------
        From:  Michael P. Carel [SMTP:[EMAIL PROTECTED]]
        Sent:  26 February 2002 04:37
        To:  php
        Subject:  word wrapping again

        Hi there,

        Is there any function that can i used in wrapping a continuous line
of words
        that will be displayed in the HTML table  to avoid destroying its
table
        format. I've tried wordwrapping function but it only wraps word with
spaces
        between them. I have a REPORT NO. that is  continously incrementing
that's
        why i need that approach. The table will be destroyed if it contains
a
        continuous line of alhanumeric numbers.

        Please help.



        Regards,
        Mike
        

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

Reply via email to