Monday, January 19, 2009

Print only required Area

To print only the required area of a page just add the CSS class in the Table ::\




@media print
{
.PrintButton{display:none; }
}

Eg:

table style="width: 100%" cellpadding="0" cellspacing="0" class="PrintButton"