I'm sure there is a simple answer for this, but I have not been able to find an answer in the archives.
I have a PHP script that lists customer comments. When viewing customer comments, the comments are displayed in a fixed width table that is 400 pixels wide.
Everything displays correctly, normally, unless the customer puts in a long URL without spaces that is wider than 400 pixels. When this happens, the table is stretched and it throughs off the layout of my web site.
My question is, what can I do to make a long URL "wrap" so that when it reaches 400 pixels wide, the URL is continued on the next line?
Any help will be appreciated.
Thanks.