Im making a news database, so other people can login, then submit news bits for the main page. The articles are put in a mysql database. My problem is correctly wrapping their input in the news tables. I have tryed using the html <XMP> tag in the table, but then it will let the text go off the screen. If I put nothing in all formatting used when the user enters their text is lost. I'm sure this has an easy answer but I just can't see it 🙁
Thanks
(If you don't understand what I'm trying to do, think of it like the post/view forms on this board.)