Brad Knowles wrote: >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.
Not only that. Even if you did manage to get a new line inserted into the real name, say with bin/withlist, the text box on the web page is defined as a single line without scrolling, so whatever follows the new line wouldn't be displayed anyway. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
