Click to See Complete Forum and Search --> : Print Version


ruby_S
08-15-2003, 11:18 AM
What do I need to consider if I want to build a website which is printable without cut-off edges?
Is it possible to tell Internet Explorer it should print in a different resolution so that the website fully fits on one A4-page?

Thanks for your help!

AdamGundry
08-15-2003, 11:28 AM
You can use CSS to control a document's appearance on the page. See these links for more information:

Media types (http://www.w3.org/TR/REC-CSS2/media.html)
Paged media (http://www.w3.org/TR/REC-CSS2/page.html)

Adam