View Single Post
Old 12-02-2020, 08:14 AM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,682
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
One syntax error in your css means that RMSDK will ignore it all. Browser-based renderers like Sigil are more forgiving.

Validate your stylesheet(s). Sigil makes it easy to do with Tools-->Validate Stylesheets with W3C.

Code:
.h4	{
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom 1em;
	text-align: center
	}
Colon missing after margin-bottom.

Last edited by DiapDealer; 12-02-2020 at 08:17 AM.
DiapDealer is offline   Reply With Quote