At the moment TEST TEST appear side by side. How can I push one down onto a second line? Only through CSS.
TEST TEST
Setting the width of a element automatically breaks text inside the element
There is also an option to break a word, this can be done with
word-wrap: break-word;
http://www.w3schools.com/cssref/css3_pr_word-wrap.asp