problem in message template ?
Remi Cohen-Scali
Remi.Cohen-Scali@france.sun.com
Tue, 18 Dec 2001 16:26:58 +0100
---------------------- multipart/mixed attachment
Not sure ... is it a problem ? (potential ??...)
some <tr><td> tags are missing ? aren't they ?
they could be included in $msg, but seems improbable ...
--
_/_/_/ _/ _/ _/ / Remi Cohen-Scali
_/ _/ _/ _/_/ _/ Development engineer
_/_/_/ _/ _/ _/ _/ _/ Network Service Provider Division
_/ _/ _/ _/ _/_/ Phone: +33-139-447-509 x44509
_/_/_/ _/_/_/ _/ _/ E-mails: Remi.Cohen-Scali@Sun.COM
M I C R O S Y S T E M S Remi@Cohen-Scali.COM
WAPmail: Remi.CohenScali@Itineris.Net
---------------------- multipart/mixed attachment
diff -urNwbB imp/templates/message/message.inc imp/templates/message/message.inc
--- imp/templates/message/message.inc Tue Dec 18 13:34:48 2001
+++ imp/templates/message/message.inc Sun Aug 13 00:57:21 2000
@@ -1,4 +1,4 @@
<table border="0" align="center" width="100%" cellspacing="0" cellpadding="0"><tr><td class="control" align="center">
<table border="0" align="center" width="100%" cellpadding="2" cellspacing="3">
-<?= $msg ?></td></tr>
+<tr><td class="text" align="left"><?= $msg ?></td></tr>
</table></td></tr></table>
---------------------- multipart/mixed attachment--