On Fri, 17 May 2002, Sergio A. Kessler wrote: > if you are using css, then, there are some html tags that > are obsolete: > > <font> (specially the <font size=>) > > <th> (th imposes bold text, simply <td> or > <td style=theader> should be used instead) > > < bgcolor=> (this atribute should be in the style) > > <table border=1> it should be only <table> or <table class=xyz>
For web browsing I agree. but I imagine the browsers within the various html-capable email clients doesn't all support html 4.0 correctly. > also, sql-ledger is generating bad html, it lacks the <html> > initial tag :-o Small improvement: Add "<html>" around line 198 in Form.pm (search for DOCTYPE). - Jonas -- Jonas Smedegaard (+45 40843136) http://dr.jones.dk/~jonas/ Spiff ApS (= IT-guide dr. Jones ApS) http://dr.jones.dk/ Debian GNU/Linux developer http://people.debian.org/~js/ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users

