Problem description: Does anyone know the HTML Word Wrap code? I can't find what it is...
|
![]() Jul 24 2012, 12:26 pm
|
|
http://stackoverflow.com/questions/1147877/ how-to-word-wrap-text-in-html
|
Typically you just need to set a width in the container to cause text to wrap. If you want to force a particularly long word to wrap, Hassanjalil's link should work.
|
A container is a < and a > right? I still don't know what Div or Span is. but is it like <span width=200px> ?
|