[css-d] nested tables

2010-07-12 Thread Nick Leaton
I have some data that is in a table. However, I need to display a subtable in some of the cells. It's genuinely table data. Now the parent table has padding set to 8px on the td element. In the sub table I don't want any padding. I want the borders to go right to the edge of the cell. It looks l

[css-d] Output as CSV - take 2

2010-06-10 Thread Nick Leaton
I'm trying to get a variant on the XSLT cookbook template to output csv http://books.google.co.uk/books?id=6q50V7oykqEC&lpg=PP1&pg=PA240#v=onepage&q=delimiter&f=false Page 240-241 It uses XSLT 2.0 and parts of it are quite neat. I like the idea of importing a generic module, and then defining t

[css-d] Output as CSV

2010-06-10 Thread Nick Leaton
I'm trying to get a variant on the XSLT cookbook template to output csv http://books.google.co.uk/books?id=6q50V7oykqEC&lpg=PP1&pg=PA240#v=onepage&q=delimiter&f=false Page 240-241 It uses XSLT 2.0 and parts of it are quite neat. I like the idea of importing a generic module, and then defining t

Re: [css-d] Grid Based Layout

2010-06-10 Thread Nick Leaton
6/9/10 5:09 AM, Nick Leaton wrote: >> I'm trying to do some layout of some html. >> >> The basic idea is to get six divs laid out into a grid pattern of two >> columns and three rows. >> Each div has a separate id and I want the CSS to determine the layout >> a

[css-d] Grid based CSS layout

2010-06-09 Thread Nick Leaton
I'm trying to do some layout of some html. The basic idea is to get six divs laid out into a grid pattern of two columns and three rows. Each div has a separate id and I want the CSS to determine the layout and which column and row is used to display the data. The data can be of varying lengths,

[css-d] Grid Based Layout

2010-06-09 Thread Nick Leaton
I'm trying to do some layout of some html. The basic idea is to get six divs laid out into a grid pattern of two columns and three rows. Each div has a separate id and I want the CSS to determine the layout and which column and row is used to display the data. The data can be of varying lengths,