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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -