Print Body section of dwt only

P

Perry

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

Thanks
 
S

Stefan B Rusynko

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
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top