Print Body section of dwt only

  • Thread starter Thread starter Perry
  • Start date Start date
P

Perry

Is it possible to set up a dwt that only prints the body section when someone
prints the page?

Thanks
 
Yes, Depending on your DWT page layout
Create a style in your DWT head section
<style type="text/css" media="print">.noprint { display: none;} </style>

Apply the Class noprint to the div tags of your non editable regions
<div class="noprint">

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Is it possible to set up a dwt that only prints the body section when someone
| prints the page?
|
| Thanks
|
 
Back
Top