Forum How do I...?

Add a vertical dotted, colored rule to page?

DAntkowiak
Attached is the design for the page. I trying to add a vertical, dotted, colored rule to outside of pages
  1. 60ScriptureStories_p10-11.pdf69.4 kB
mikeday
How about something like this:
@page:left {
    border-left: dotted thin red
}

@page:right {
    border-right: dotted thin red
}
DAntkowiak
Thanks Mike I will give that a try.