From ee5b92f2f0cb620f294c5148b01a38a3a37b7bd6 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 7 Oct 2002 17:59:29 +0000 Subject: [PATCH] alignment modifications. You can't see the difference on IE6. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3797 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/left_main.php b/src/left_main.php index 187b1ef1..8cd03bcd 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -810,7 +810,7 @@ if ($advanced_tree) { echo '


'; } -echo "\n\n" . html_tag( 'table', '', '', '', 'border="0" cellspacing="0" cellpadding="0" width="100%"' ) . +echo "\n\n" . html_tag( 'table', '', 'left', '', 'border="0" cellspacing="0" cellpadding="0" width="99%"' ) . html_tag( 'tr' ) . html_tag( 'td', '', 'left' ) . '
'. _("Folders") . "
\n\n"; -- 2.25.1