> This is because indent is turned off in the xslt. With indent on, some > very funny things happen with spacing which can have bad effects on the > resulting display. I sugest a quick run through htmltidy (with the > non-indent features turned off) if you want to actually read the stuff.
Ugh, you are right. Nice code isn't worth such problems. > Question: <th> stands for Table Header. Can Row titles really be > considered "headers" (they aren't at the head of the table)? This is > purely a symantic issue. I think so. The HTML 4 specification does not say, they could not. And the table row element is defined as <!ELEMENT TR - O (TH|TD)+ > So one row may have both TH and TD cells. TH is described to be "a cell that contains header information". I ever thought of header information as a title, not as a position. For example, cross tables uses two headers for each cell: top and left. There is an example at http://www.w3.org/TR/html401/struct/tables.html#h-11.4.2 showing such a cross table with table header cells on top as well as at left site together with data cells in the same line. > Thanks again for the feedback. Of cource :-) Kess --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]