开发者

How can I print particular table from a web page?

开发者 https://www.devze.com 2022-12-09 18:32 出处:网络
I need to print a arithmetic operators table in same table format alignm开发者_高级运维ent as http://u3schools.com/tutorial/php/php_operators.jsp. Is it possible?Why not just use a css file that will

I need to print a arithmetic operators table in same table format alignm开发者_高级运维ent as http://u3schools.com/tutorial/php/php_operators.jsp. Is it possible?


Why not just use a css file that will just output the table you want when it goes to the printer?

I am assuming that the table you want to print is on your webpage, and that you are not trying to print this from another page, btw.

http://www.alistapart.com/articles/goingtoprint/

0

精彩评论

暂无评论...
验证码 换一张
取 消