On Friday 02 June 2006 00:05, bombe at freenetproject.org wrote:
> Author: bombe
> Date: 2006-06-01 23:05:36 +0000 (Thu, 01 Jun 2006)
> New Revision: 8972
> + buf.append("<table class=\"column\" width=\"100%\"><tr
> valign=\"top\"><td
class=\"first\" width=\"50%\">");
...
> + buf.append("</td><td class=\"last\" width=\"50%\">");
Please use XHTML! There are no such attributes as 'valign' and 'width' in the
language that we tell the browser the page is written in. This kind of thing
should be in the stylesheets, else the page will be nigh on impossible to
theme if all the style is hardcoded in like this.
Dave