MyBB Community Forums

Full Version: break lines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how i can break line for aaaaaaaaaa... div, but Do not cut words on end of line

https://jsfiddle.net/88fyrk26/11/
word-break: break-word;
text-align: justify;

And please, next time put the CSS on the CSS TAB not in the HTML tab.
not working for this
(2016-04-10, 07:35 PM)Supryk Wrote: [ -> ]not working for this

Test again, break-word separates the words so you don't get broken words at the end of the line, and justify for better looking.
I add tfixed clear class to my table and that solved problem
thanks