rathish Posted December 21, 2010 Share Posted December 21, 2010 Hi , I have developed an application in php with mysql as database. For one report we needed it to display some columns vertically(rotate text 90 degree). Now I am able to get the output correctly in browser using css filters, but the problem is when I try to print the page those columns are not printing correctly in IE. Please help me in this regard. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/222295-printing-issues-in-ie/ Share on other sites More sharing options...
themistral Posted December 24, 2010 Share Posted December 24, 2010 You may need to style using a stylesheet specifically for printing. Look into using <link rel="stylesheet.css" type="text/css" media="print" /> Quote Link to comment https://forums.phpfreaks.com/topic/222295-printing-issues-in-ie/#findComment-1151062 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.