robert_gsfame Posted January 11, 2010 Share Posted January 11, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/188053-windowprint-problem/ Share on other sites More sharing options...
r-it Posted January 11, 2010 Share Posted January 11, 2010 this is an html query, not php, anyway why dont you try: <tr><td>1</td><td>|</td><td>2</td><td>|</td><td>3</td><td>|</td><td>4</td><td>|</td></tr> Quote Link to comment https://forums.phpfreaks.com/topic/188053-windowprint-problem/#findComment-992782 Share on other sites More sharing options...
robert_gsfame Posted January 11, 2010 Author Share Posted January 11, 2010 what i mean is i put all those codes in php....Can anyone help? Quote Link to comment https://forums.phpfreaks.com/topic/188053-windowprint-problem/#findComment-992783 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.