From 3c816b1a5d333c98d57628ddc127e8cec252f65a Mon Sep 17 00:00:00 2001 From: jmunro Date: Mon, 7 Oct 2002 17:18:35 +0000 Subject: [PATCH] table looks better at full width git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3794 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/printer_friendly_bottom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printer_friendly_bottom.php b/src/printer_friendly_bottom.php index da3764c5..2f0839d8 100644 --- a/src/printer_friendly_bottom.php +++ b/src/printer_friendly_bottom.php @@ -106,7 +106,7 @@ displayHtmlHeader( _("Printer Friendly"), '', FALSE ); echo "\n" . /* headers (we use table because translations are not all the same width) */ - html_tag( 'table', '', 'center', '', 'cellspacing="0" cellpadding="0" border="0"' ) . + html_tag( 'table', '', 'center', '', 'cellspacing="0" cellpadding="0" border="0" width="100%"' ) . html_tag( 'tr', html_tag( 'td', _("From").' ', 'left' ,'','valign="top"') . html_tag( 'td', htmlspecialchars($from), 'left' ) -- 2.25.1