If I am using the following CSS
@page {
size: 8.5in 11in portrait;
margin: 0.5in;
}
What do I need to do in the page to recognize the print box? I have the
stylesheet linked to the page;
<LINK REL="stylesheet" HREF="print.css" type="text/css" media="print">
TIA!
Jay