|
From: Franky V. L. <lie...@pa...> - 2002-03-03 17:44:21
|
Hi all, I'm just learning how to use sql-ledger, and was looking at the templates. Now I find something strange there: at the top of Default-invoice.html, there's: <head> <title>Invoice</title> </head> <body bgcolor=ffffff> and Default-email_invoice.html invoice contains: <HTML> <HEAD> <TITLE>Invoice <%invnumber%></TITLE> </HEAD> <BODY BGCOLOR=ffffff> According to me (and my browser), this results in html code with two <head><body> definitions, which is not what's desired. My suggestions: put the <HTML>-tag in the Default-invoice.html file, and remove the <HEAD><BODY> code from the Default-email_invoice.html template, this would result in much better html-generated code. With friendly regards, Franky |