I want a border at the top and the bottom of a <div> containing text. I'm finding that if the <div> happens to span across multiple pages I get unwanted borders.
What I want:
Otherwise, to the reader, it looks like two separate blocks of text.
Is there any easy way to achieve this?
+-----------------+
| The quick brown |
| fox jumps over |
+-----------------+
<-- page break -->
+-----------------+
| the lazy dog. |
+-----------------+
What I want:
+-----------------+
| The quick brown |
| fox jumps over |
<-- page break -->
| the lazy dog. |
+-----------------+
Otherwise, to the reader, it looks like two separate blocks of text.
Is there any easy way to achieve this?