Ok, so you have a beautiful layout. You are letting users insert data (properly validated, of course), and someone posts a raw URL or other text without a space in it. Your layout is, well, borked. You could of course: wrap the text in a div and apply an overflow-x:auto and give it… Read more »