Automatic handover of line and gap in table
-
I'm retrieving the PHP file for e-mail, text inside. pwhich is inside spanwhich is located td inside tr:
$msg .= '<p style="font-size: 12px; margin: 0;">Время</p>';
That's what I see in the Chrome console:
<p style="font-size:12px;margin:0;">В ремя</p>
In the end, there's an unnecessary gap. How to avoid that?
-
Something in the code cuts your lines with 40 symbols and translates the line. That's the problem.