I think the problem may stem from your putting in widely separated html coding into a file that is going to be expanded into real html (and may already contain comments!)
Simply delete the items you don't want to show up for this list. For example if you delete the "<MM-Archive>" key then mailman will not replace this with a block of information or a link to the lists archives. Jon Carnes On Wed, 2004-02-04 at 12:46, Christopher Adams wrote: > I wanted to comment out the section in the listinfo.html file that refers to > the archives. I am referring to the /lists/templates/en/listinfo.html global > template file. When I do this, the "Introductory Description" no longer > displays. As soon as I remove this comment, the description displays. Is > there something that I need to know about code that is not allowed in the > template files? > > > <!-- Comment out Archives section > <tr> > > <td colspan="2"> > <P><MM-List-Info></P> > <p> To see the collection of prior postings to the list, > visit the <MM-Archive><MM-List-Name> > Archives</MM-Archive>. > <MM-Restricted-List-Message> > </p> > </TD> > </TR> > > --> > > > > ------------------------------------------------------ > 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/ > > This message was sent to: [EMAIL PROTECTED] > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com ------------------------------------------------------ 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
