View Single Post
Old 06-20-2021, 08:56 PM   #6
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
I see you used caption in your CSS. How have you found support for that across devices?

I still include my captions in a separate <div>/<p>:

Code:
</table>

<div class="caption">
<p class="caption">Figure 1.1. This is an example.</p>
</div>
Code:
 div.caption {
	margin-bottom: 1em;
}

p.caption {
	text-align: center;
	text-indent: 0;
}

Last edited by Tex2002ans; 06-20-2021 at 08:58 PM.
Tex2002ans is offline   Reply With Quote