Re: Won’t recognize print stylesheet
The stylesheet is found perfectly fine, path is OK and it’s linked properly (in FF on XP anyway) but the problem with the sheet is you didn’t style the items you don’t want to print. So, they are just unstyled but will still print. You need to do a display: none;
for the elements you don’t want to print for it to work (I think.)