Print.css to print tables from a webpage -
i having trouble trying print table webpage. when try print table shrinks content fourth of page , shows horizontal , vertical scroll bars.
how can print table same way appears on webpage. there helpful sites or tutorials this?
would if posted current print.css stylesheet, try adding table element
/* remove unwanted elements */ #header, #nav, .noprint { display: none; } /* ensure content spans full width */ #container, #container2, #content { width: 100%; margin: 0; float: none; overflow: hidden; } as shown on http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet.shtml
Comments
Post a Comment