Reply
Mon 8 May, 2006 05:00 pm
I'm trying to program a page to print without all the navigational bars and extra stuff on it because it pushes the actual content off the side leaving parts clipped off at the moment. I'm using a css print technique, but when I go to print preview, the whole page is blank.
This is how I programmed it. The .hinc file includes all the navigational bars
<style media="print" type="text/css">
.noprint {display:none;}
</style>
</head>
<!-- xxxxxxxxxx begin left hand html navigation xxxxxxxxxxx -->
<p class="noprint"><!-- #include file="haascontent.hinc" --></p>
<!-- xxxxxxxxxx end left hand html navigation xxxxxxxxxxx -->
Anyone got any ideas?