I'm worried that we are defining the interface between the CSS theme and the XHTML structure in a somewhat haphazard manner.

Does someone who understands CSS and XHTML want to own this process?

Ian.

On 1 Jun 2006, at 16:36, Dave Baker wrote:

On Friday 02 June 2006 00:05, [EMAIL PROTECTED] 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
_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl


_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to