View Single Post
Old 02-26-2023, 04:45 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,221
Karma: 60406678
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
<h3 does not cause a page break by default. So...

Code:
<div class="together">
<h3 class="foo">Topic</h3>
<p class="descript">bar1</p>
<p class="descript">bar2</p>
<p class="descript">bar3</p>
</div>
Where CSS
Code:
.together {
Display:block; 
page-break-inside:avoid;
}
The issue is not all devices process this code
theducks is online now   Reply With Quote