making printer friendly versions of a website

Soldato
Joined
27 Mar 2003
Posts
2,710
Hi guys,

I am almost at the end of a fairly long project which has helped me better understand web technologies such as css, xml, xlst, aspx and now the final thing I need to do is create a printer friendly version of the page I am generating from the xml.

Now I have a printer friendly css file to not display stuff like the header and footer and anything else that is not required other than the core data.

The problem is that this is all inside a table and this means that when it is being laid out on the page there are rows being split down the middle or somewhere else in the field.

Is there a way in which I can prevent this from happening so that if there is not enough space for the row in height it goes onto the next page.

Thanks in advance.
 
Back
Top Bottom