[Mailman-Users] editing HTML

delilah at seyyav.pair.com delilah at seyyav.pair.com
Tue Jan 28 18:23:17 CET 2003


I checked subscribe.html in ~mailman/templates, it only containes:

 more subscribe.html
<!-- $Revision: 1.4 $ -->
<html>
<head><title><MM-List-Name> Subscription results</title></head>
<body>
<h1><MM-List-Name> Subscription results</h1>
<MM-Results>
<MM-Mailman-Footer>
</body>
</html>

The tags tags that are causeing problems are showing up as:

<HTML>
<HEAD>
</HEAD>
<BODY
BODY bgcolor="#ffffff">
<!-- $Revision: 1.4 $ -->
<html>
<head><title><MM-List-Name> Subscription results</title></head>
<body bgcolor="#E5E5E5"  LINK="#0033CC" VLINK="gray" ALINK="#0066FF">
<h1><MM-List-Name> Subscription results</h1>
<MM-Results>
<MM-Mailman-Footer>
</body>
</html>

Something is putting the tags there regardless of what is in the template
file of how it is edited via the web interface.

Sean

On 28 Jan 2003, Jon Carnes wrote:

> You could edit the templates directly in:
>   ~mailman/templates
>
> On Tue, 2003-01-28 at 14:02, delilah at seyyav.pair.com wrote:
> > Hi,
> >
> > I'm using mailman 2.0.6 and having trouble editing the HTML for the
> > subscriber confirmation page.  I've made the changes via the edit html
> > section of the admin interface.   The problem is with setting the bgcolor
> > tag for the page.  Any changes I make get over written with the following
> > tags that are automatically added to the page when I access it via my
> > browser:
> >
> > <HTML>
> > <HEAD>
> > </HEAD>
> > <BODY
> > <BODY bgcolor="#ffffff">
> >
> > I try to set bgcolor as
> >
> > <body bgcolor="#E5E5E5"  LINK="#0033CC" VLINK="gray" ALINK="#0066FF">
> >
> > but it doesn't work, the page still shows up white.
> >
> > Is there are way to work around this?
> >
> > Sean
> >
> >
> > ------------------------------------------------------
> > Mailman-Users mailing list
> > Mailman-Users at python.org
> > 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: jonc at nc.rr.com
> > Unsubscribe or change your options at
> > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
>
>
>




More information about the Mailman-Users mailing list