Printing a RSD page - Post ID 277201
What are the tricks to design web pages for printing with RSD ?
Hi Pages,
What you do is add a class to all the elements that you don't what to print. Like class="noprint" .
Now you create a print style sheet and add it to your resources that has the styling for printing.
@media print {
.noprint{display:none;}
}
Make sure you add the style sheet link to the head of your page.
You can style the print sheet to look anyway you want.
This page will give some insight.
https://benfrain.com/create-print-style … a-queries/
What you do is add a class to all the elements that you don't what to print. Like class="noprint" .
Now you create a print style sheet and add it to your resources that has the styling for printing.
@media print {
.noprint{display:none;}
}
Make sure you add the style sheet link to the head of your page.
You can style the print sheet to look anyway you want.
This page will give some insight.
https://benfrain.com/create-print-style … a-queries/
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.