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 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> 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? Link to comment https://forums.phpfreaks.com/topic/188053-windowprint-problem/#findComment-992783 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.