Forum Moderators: coopster

Message Too Old, No Replies

Table stretching

when long strings with no spaces are inserted

         

RussellC

2:18 pm on Nov 4, 2004 (gmt 0)

10+ Year Member



I have a display page that displays info from a mysql database and it is a pretty small table and sometimes a user might enter a really long text string with no spaces (i.e. - a location of a file like c:\windows\system32\drivers... and so on) How can I make this wrap without exapanding my table so the formatting is all messed up. Thanks for the help.

dreamcatcher

4:47 pm on Nov 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use the wordwrap [uk2.php.net] function.

RussellC

5:52 pm on Nov 4, 2004 (gmt 0)

10+ Year Member



Thank you! It worked perfectly.