Thanks! That was it. I don't understand echo statements. But it looks like
maybe they start with echo and end with a semicolon. This is only my
second day with SM, but I'm liking it very much. Especially with all the
plugins available.

p dont think said:
> You probably forgot to adjust the end and start of the echo statements,
> but it would have been nice if you included the actual error message.
>
> Anyway, I got mine to work by doing this:
>
> echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000"
> vlink="#000000" alink="#000000">'."\n" .
>      /* headers (we use table because translations are not all the same
> width) */
>      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', $from, 'left' )
>      ) . "\n" .
>      html_tag( 'tr',
>          html_tag( 'td', _("Date").'�', 'left' ) .
>          html_tag( 'td', htmlspecialchars($date), 'left' )
>      ) . "\n" .
>      html_tag( 'tr',
>          html_tag( 'td', _("To").'�', 'left','','valign="top"' ) .
>          html_tag( 'td', $to, 'left' )
>     ) . "\n";
>     if ( strlen($cc) > 0 ) { /* only show CC: if it's there... */
>          echo html_tag( 'tr',
>              html_tag( 'td', _("CC").'�', 'left','','valign="top"'
> ) .
>              html_tag( 'td', $cc, 'left' )
>          );
>      }
>      echo html_tag( 'tr',
>          html_tag( 'td', _("Subject").'�', 'left','','valign="top"'
> ) .
>          html_tag( 'td', $subject, 'left' )
>      );
>



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to