MyBB Community Forums
break lines - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: break lines (/thread-191065.html)



break lines - Supryk - 2016-04-10

how i can break line for aaaaaaaaaa... div, but Do not cut words on end of line

https://jsfiddle.net/88fyrk26/11/


RE: break lines - eNvy - 2016-04-10

word-break: break-word;
text-align: justify;

And please, next time put the CSS on the CSS TAB not in the HTML tab.


RE: break lines - Supryk - 2016-04-10

not working for this


RE: break lines - eNvy - 2016-04-10

(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.


RE: break lines - Supryk - 2016-04-11

I add tfixed clear class to my table and that solved problem
thanks