I'm trying to get my text to wrap inside a div, but having some problems doing it, what's the definitive way to keep everything inside a fixed div, inside the div?By default text will always wrap in a div tag. Have you set a width for the div tag? If you haven't then it will expand to 100% of the available width and text will run all the way across it.
If you have set a width, but you have a particularly long word that is longer than one entire line that will not wrap (at least it won't wrap in Moz, not sure about other browsers).
If you have set a width, but you have a particularly long word that is longer than one entire line that will not wrap (at least it won't wrap in Moz, not sure about other browsers).