hey guys.... i have a page setup right now that i want to keep... its formatted just right. now... my problem is... one of the talbes is set to show data that i would pull from a database ... where the data is to come from user input.... like a paragraph or so... now, the problem is... its possible that users might enter data that might look like this
" the red fox jumped over the lazy xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
it stretches the tables. if its a bunch of short words... it breaks it up just find and sends following words to the next line i nthe table....does anybody know any any html that would prevent a table from stretching with long strings like that? something that would cut the word in half and send the second half to the next line? i dont really wanna have to parse user input with php and store them in a mysql like that....
can somebody help me out???
by the way... user input is to come from a large text field.
aif there is now way to do it via html... can you all show me a really simple way to parse it and store it in a mysql via php?
thanks in advance... - ron