Attached is the design for the page. I trying to add a vertical, dotted, colored rule to outside of pages
Forum › How do I...?
Add a vertical dotted, colored rule to page?
How about something like this:
@page:left {
border-left: dotted thin red
}
@page:right {
border-right: dotted thin red
}