Search code examples
htmlprinting-web-page

printing issue in IE and Firefox


I'm trying to print this page under the link graded fabric ArcCom in IE and Firefox. However, the first page that I printed out appears blank and it is not a complete content. Does anybody know how to fix this by editing the HTML or any other code?


Solution

  • I reccomend creating a print stylesheet.

    <link rel="stylesheet" type="text/css" href="print.css" media="print">