0

As I search many answers I found excellent solution here. All was check.

table {
        table-layout: fixed;
        width: 100%;
}
div.some_container{
        overflow-wrap: anywhere;   /* modern CSS3 property */
        word-wrap: break-word;     /* deprecated All browsers since IE 5.5+ */
}

Very useful is table-layout it makes browser to faster render table and prevents change of the width of table cells etc from content. overflow-wrap prevents additionally and full.

  • Is there a problem you're trying to solve here? – Adam Oct 01 '22 at 14:15
  • No I post for points to can answer to other posts or vote it. I have no reputation etc and could share with me knowledge. I'm known programmer in php etc but here always when I enter I have no reputation to set answer or even vote. – Daro from Poland Oct 01 '22 at 15:35

0 Answers0