On Mon, Oct 23, 2000 at 05:30:06PM -0400, Sam Varshavchik wrote:
> On Mon, 23 Oct 2000, Dan Melomedman wrote:
> 
> > Also is there a way I can change sqwebmail source so that all layout
> > information can be handled by html templates only? What needs to be
> > done? Thanks.
> 
> It's quite a bit of work.  The only thing that you are guaranteed to have
> in the headers is the text.  Everything else is up for grabs.  Things like
> colors and the relative arrangement of various elements is usually, but
> not always, generated from the code.
> 
> 
> -- 
> Sam
> 

I had to change code before in order to adapt Sqwebmail to my environment.
I had to change embedded HTML. This is very tedious (even if patching
the new releases). I know there has to be a better way to do it, I just don't
see how at the moment. To start it would be nice to take colors and
fonts out of source into HTML. I guess I could add a stylesheet, and
then use styled elements in the source to avoid <FONT> and other tags?

Reply via email to