View Single Post
Old 12-02-2020, 08:36 AM   #6
Ashjuk
Fanatic
Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.Ashjuk ought to be getting tired of karma fortunes by now.
 
Ashjuk's Avatar
 
Posts: 500
Karma: 3498633
Join Date: May 2011
Location: Surrey, UK
Device: Kobo Aura One, Sony PRS 600/650
Quote:
Originally Posted by DiapDealer View Post
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.
Thank You

I knew there would be someone more clever than me that would spot something - displays fine in ADE now. And thanks for the pointer to css validation.
Ashjuk is offline   Reply With Quote