When printing in Firefox and IE, it generates an extra page, and I’m not sure why. It’s not printing an extra page in Chrome, but I have a bad feeling that 75% of the people that use this portion of the site use Firefox or IE, and I find that there is nothing more annoying that printing a blank page.
Here is the website: http://consolidatedgypsum.ca/cgs-new-site/admin/project-leads/index.php
if you click on one of the postings under "most recent … " you’ll see a print button…
User:Test1
pass: test1234
Here is the CSS:
/** for printing purposes only**/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
header, footer, #submit {
display: none;
height: 0;
}
section{
height: 0;
margin-bottom: 0;
padding: 0;
}
.general{
position: relative;
width: 100%;
height: 99%;
margin: 0;
padding: 0;
background: none;
}
.general p{
margin-bottom: 0;
}
@page{
margin:0.8cm;
}
```
Thanks in advance