Wrap your nav in DIV tags and apply a noprint style to the div or you nav buttons
Create a style
<style type="text/css" MEDIA="print">.noprint {display: none;}</style>
Apply the class Using
<div class="noprint"> ... </div>
or
<img class="noprint" name="home" id="home" border="0" src="images/......" alt="..." align="middle" hspace="5" width="90"
height="20">
An Example using it is at
http://www.ppsilive.com/welcome.htm
| that'd work fine and since I've got acrobat 6.0 pro I could easily do this
| but I'd still edit it so the nav bar and side menus wouldn't show up.
| when I consider that I'd have to make a PDF of every current page and future
| page and maintain links to them. the css just makes more sense. after the
| initial style sheets (they're not exemplary in any way but they work) were
| made every page that comes off the template will look good in print.
|
| --
| The email address on this posting is a "black hole". I got tired of all the
| spam.
| Please feel free to contact me here:
|
http://nedp.net/contact/
| --
|
|
| | how about a .pdf?
|
|
| | | you can use cascading style sheets to give both good screen and print
| | results in most modern browsers. the aspect ratio of a computer screen
| and
| | a sheet of paper "portrait view" are much different.
| | if you go to my site and look at any page just hit file/ print preview
| | (internet explorer 6?) you'll see it's totally different. there are no
| | graphics or side menus, just the content if you can call it that. ;-)
| |
| | what is it exactly you're trying to do?
| |
| | --
| | The email address on this posting is a "black hole". I got tired of all
| the
| | spam.
| | Please feel free to contact me here:
| |
http://nedp.net/contact/
| | --
| |
| |
| | | | > How do I create a webpage that will be seen the same on any monitor
| | resolution but that will also print all the test. The one I have now does
| | not print the far right side of page?
| |
| |
|
|