John Cashin
posted this on January 08, 2009 14:55
Sometimes when a view is printed, the table does not stay within the confines of the border. This makes it difficult to read and understand.
After setting the width to the following in the css, the view printed correctly, within the border.
div.container{
background-color:#fff;
border:solid 1px #48156d;
width:95%
and
table.display td{
border-top:solid 1px;
color:#000;
border-color:#ccc;
width:95%