View Single Post
Old 04-23-2017, 03:57 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,742
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
@stumped: I also got the same W3C CSS Validator error message with Sigil 0.9.8 and the following (valid) minimal CSS file.

Code:
p {
text-indent : 0em;
}

a {
text-decoration : none;
color : inherit;
}
There's either a problem with the W3C CSS Validator web site or the W3C changed the servlet API parameters.

Until this is sorted out try the following:
  1. Visit the W3C CSS Validation Service website
  2. Copy and paste your CSS code and click Check.
Doitsu is offline   Reply With Quote