Borders for posters, etc

Insert the following at the start:

<div class=”border-single” style=”padding: 20px”>

and at the end:

</div>

Go to Appearance > Edit Css, and add the following to the CSS:

.border-single {
border: 1px solid #000;
}