You havent specified that your print stylesheet is actually to be used for printing. Currently youve got: <link href="css/print.css" rel="stylesheet" type="text/css" /> This needs to be: <link href="css/print.css" rel="stylesheet" media="print" type="text/css" /> HTH -- James Moss | Developer Solv.IT | 01273 719200