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. 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" /> Link to comment https://forums.phpfreaks.com/topic/222295-printing-issues-in-ie/#findComment-1151062 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.