Is there a way to prevent the border on my pages from being printed? I've tried various solutions without success. Here is the code I am currently using:
CSS:
#pagy2 {
background: #f3fff3;
border:1px solid #c9dbab;
width: 100%;
margin-top: 28px;
margin-left: auto;
margin-right: auto;
min-height:100% !important;
}
@media print
{
.print_special { border: none !important; }
}
HTML
<body>
<div id="headercontainer" class="noprint"></div>
<div id="pagy2" class="print_special">
<div class="page">
<h1>Title</h1>
<table>
<tr>