Hi! PhpDocx premium version can't set font size to HTML. How can i solve this problem? $html = '<style> table {border: 0;border-collapse: collapse; font-size: 14px !important;} td {border: 1px solid black;font-size: 14px !important;} </style>'; $html .= '<table style="font-size: 14px"><tbody>'; $html .= '<tr><td>'.trans('persons.degree_exist').'</td><td>'.$degreeHas.'</td></tr>';
$html .= '</tbody></table>'; $word->embedHTML($html);