I would like to have a border around my page witch are dashed. In the corners I would like the lines to cross. This is what I got so far:
#main {
border-width: 1px;
border-style: dashed;
margin: 10px !important;
}
The lines are not crossing. Is there anyone who knows how to do this? Thanks