Printing a RSD page - Post ID 277201

User 2866788 Photo


Registered User
14 posts

What are the tricks to design web pages for printing with RSD ?
User 187934 Photo


Senior Advisor
20,271 posts

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/
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

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.