Take this HTML snippet (I don't want to change the HTML syntax if possible):
<div class="containerMeeting" style="page-break-before: always">
</div>
In screen mode I would like a think grey band to be displayed before the div
to mimic a page break. Print mode would not show it.
Can I use any CSS to produce this behaviour?
To clarify, I only want this band of colour if I have specified the page break property.