no border on HTML table when printing

前端 未结 6 1884
感情败类
感情败类 2020-12-14 19:21

I\'m working on website that is supposed to print table.

One problem I\'m running into is that some table borders won\'t be printed, although they are correctly disp

6条回答
  •  醉话见心
    2020-12-14 20:11

    I think this other SO question, How to print inline CSS styles?, might hold the answer to your question.

    Another thing to try is setting your stylesheet using the standard syntax so you specify one or more media targets (just separate them with a comma).

提交回复
热议问题