21 Fresh Ajax CSS Tables

0
Categories: CSS, JavaScript
Posted on: 8th May 2009 by: Andrei

http://www.noupe.com/javascript/21-fresh-ajax-css-tables.html

How to add a page break to a HTML page

0
Categories: CSS
Posted on: 5th May 2009 by: Andrei

This is very useful if you have a web based application and you need to print multiple pages of information:


HR {

page-break-after: always;

}

Then just add a <hr> after each page that you want printed.