Kaynağa Gözat

Removed align = center. It looks better if it's aligned left. If you
disaggree on this report it and I can put it back

stekkel 23 yıl önce
ebeveyn
işleme
a4b7519a97
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/read_body.php

+ 2 - 2
src/read_body.php

@@ -805,8 +805,8 @@ echo '    <table width="100%" cellpadding="1" cellspacing="0" align="center" bor
 echo '      <tr><td>';
 echo '      <tr><td>';
 echo '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 echo '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 echo '          <tr bgcolor="'.$color[4].'"><td>';
 echo '          <tr bgcolor="'.$color[4].'"><td>';
-echo '            <table cellpadding="0" cellspacing="0" align="center" border="0">';
-echo '              <tr><td><br>' . $messagebody . '</td></td>';
+echo '            <table cellpadding="5" cellspacing="0"  border="0">';
+echo '              <tr>'. html_tag( 'td', '<br>'. $messagebody."\n", 'left').'</td>';
 echo '            </table>';
 echo '            </table>';
 echo '          </td></tr>';      
 echo '          </td></tr>';      
 echo '        </table></td></tr>';
 echo '        </table></td></tr>';