98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » Creating a Printable Page
Creating a Printable Page
Resolved · Low Priority · Version Standard
Raphael has attended:
Dreamweaver Introduction (2 days) course
Creating a Printable Page
Is there a quick way to create printable pages based on the content of a web page?
RE: Creating a Printable Page
Hi Raphael,
You can do this a few ways.
The best way is to create a separate style sheet for the print media. This will allow you to have the exact same web page, but when it's sent to the printer, it will appear differently.
For a good tutorial, visit the Adobe Dreamweaver site here:
http://www.adobe.com/devnet/dreamweaver/articles/screen_to_print.html
It says you'll need Dreamweaver MX 2004, but you should be able to apply the information given for any version of Dreamweaver.
Another way is, if you're using dynamic pages, allow the visitor to click a link, returning them to the same page, but with a GET variable (eg. index.php?printable=true)
Then check at the top of every page if the variable has been passed through and display the page differently.
However, I would strongly recommend you use the CSS method as this will be much easier to manage.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Css stylesIf you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try. |