On Mon, Jul 07, 2003 at 09:53:12AM -0400, Jesse Guardiani wrote: > This is a quick patch which adds an IMAGEURL tag > for use in html templates. > > The IMAGEURL tag can be used in sqwebmail HTML > templates like this: > > <td background="[#IMAGEURL#]/mybackground.jpg">
It might be better to put that sort of stuff in a stylesheet though: <td class="bkg"> The stylesheet is already referenced using IMGPATH, so if your previous patch allowed IMGPATH to be overridden, it should allow multiple stylesheets already. Regards, Brian.
