I am making a report using html css3.In which have many columns,I want to print a landscape using html css3.Is there any option in css3.Actually i rotated the body and table also but half part of table is showing and half part of table is cutting/hiding because my table one side is showing inside the top side of the page.When I checked in print preview.
Using following code is css for rotating the body or table but table is cutting
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
Guide me for land scape