Steve Campbell wrote:
Is there a new line character that can be used line "\n" or something?
No, I don't think so. I think all characters that could potentially be considered special by HTML will get stripped. And I don't think there's an easy way around this problem.
You could always use commas after the name. -- Brad Knowles <[EMAIL PROTECTED]> Member of the Python.org Postmaster Team & Co-Moderator of the mailman-users and mailman-developers mailing lists ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
