Jump to content

window.print() problem


robert_gsfame

Recommended Posts

I have retrieved records from database and display those records on my page.

Let assume:

 

                                                      |  1  |  2  |  3  |

 

I put those records at the center of the page, and i use <table><tr><td></td></tr></table> and put this as my css to get the black border

 

td{border-style:solid;border-width:1px;border-color:black}

 

There are 2 problems regarding this...when using javascript:window.print()

-If i put it centered, then i don't get a good print out...therefore i have to put it at the left of the page???

-I don't get any border as a print result??

 

Can anyone help me solving this 2 problems

 

Thnx

     

 

Link to comment
https://forums.phpfreaks.com/topic/188053-windowprint-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.