浏览代码

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 年之前
父节点
当前提交
a4b7519a97
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 '        <table width="100%" cellpadding="3" cellspacing="0" align="center" border="0">';
 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 '          </td></tr>';      
 echo '        </table></td></tr>';