Home  >  Article  >  Web Front-end  >  ??Printing?table?frames vary in thickness. Urgent solution?_html/css_WEB-ITnose

??Printing?table?frames vary in thickness. Urgent solution?_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:23:311026browse

??Print?table?frames are of different thicknesses, urgent solution?[Question points: 40 points]


Reply to discussion (solution)

Relevant? css?set
table{border-collapse:collapse; width:710px;}
td{border:1px solid #000; line-height:40px;}

??:

??:

Is it also thick when printed?

http://bbs.csdn.net/topics/390553916

It’s not certain, sometimes it’s roughly consistent, sometimes it’s inconsistent

It’s the same when printed out Thick?
Just print it out?

Try using div to simulate it.

I have printed multiple times but it still shows up. Is it a guest?

Set the border for the table.
td only sets the border- bottom, border-right Take a look

It is said that when printing, the unit is pt, pc
When you print, change the CSS file

What is the printing operation?

1. If you use "Print" directly on the web page, the previous answer has already been answered?? Mandatory definition of all borders

2. If you are using a third-party print control, check it out Documentation, define border

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn