JRS Posted May 9, 2006 Share Posted May 9, 2006 Hello,I have a strange problem - I'm trying to print a list of names about 200 names. The nameslooks fine on screen - however, if I do a print, from the browser file print menu.On 1 system - I get names from 1 - 66 being printed and stopsOn 2nd system - 1 get names from 99 - being printed till the end 300.The page is just tables with row and columns with text - no special graphics. Some table formatting is being done such as shading - other than that nothing special.Would anyone have any idea - what might be happening and how I might be able to solve this problem.Thanks in advanceJRS Link to comment https://forums.phpfreaks.com/topic/9401-printing-problem/ Share on other sites More sharing options...
ober Posted May 9, 2006 Share Posted May 9, 2006 That sounds like you either have a CSS print class that is hiding some of the records or a bad printer setting.Post your code. Link to comment https://forums.phpfreaks.com/topic/9401-printing-problem/#findComment-34704 Share on other sites More sharing options...
JRS Posted May 10, 2006 Author Share Posted May 10, 2006 [!--quoteo(post=372701:date=May 9 2006, 02:57 PM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ May 9 2006, 02:57 PM) [snapback]372701[/snapback][/div][div class=\'quotemain\'][!--quotec--]That sounds like you either have a CSS print class that is hiding some of the records or a bad printer setting.Post your code.[/quote]Hi ober,Thanks for your reply. It appears to work on another printer - so I suspect it might be a printer problem. Let me do further testing and if it appears to be PHP releated I will post the code. Don't want to take up your time with something that might not be PHP issue.ThanksJRS Link to comment https://forums.phpfreaks.com/topic/9401-printing-problem/#findComment-34940 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.