Hi, Here is css #main #center_panel #Box { margin-top: 10px; margin-right: 2px; margin-left: 5px; overflow: hidden; } This is the css of a form which a user on a website will fill.I have used overflow hidden to wrapp the text but if someones add a non-breaking line(for eg-llllllllllllllllllllllajjjjjjjjjjjjjjjjjjjjjjaaaaaaaaaxsjxhjkhcjkdhcjkh) It doesn't wrap and layout looks ugly Plz help....
overflow: hidden should NOT wrap the text.... it should make it non-visible. the real solution is in your backend processor that handels the input to parse it after X characters. vbulletin has an option for this