30th Oct 2017, 1:28 PM
B.D
B.D - avatar
4 Respuestas
+ 2
The color is not appearing.
30th Oct 2017, 1:38 PM
B.D
B.D - avatar
+ 2
You added code from a website (email, etc) that embeds   (non-breaking spaces) and that stops CSS processing. Go to: http://www.asciitohex.com paste your CSS. Tap [Convert]. Scroll down to "HTML Entities" Though I reported this a while ago as a possible bug, it's code you aren't retyping. To fix this, you have to wipe out all of them and use normal whitespace.
30th Oct 2017, 1:46 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
Q&A test...confirmed. The first CSS has embedded   -- I deleted the whitespace by hand and typed 4 spaces. You can copy this post's text to confirm. ********** Broken CSS th {     background-color: #A7C942;     color: #ffffff; } ********** Working CSS th { background-color: #A7C942; color: #ffffff; }
30th Oct 2017, 1:51 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
What's the problem? Seems to work for me.
30th Oct 2017, 1:37 PM
Bagshot
Bagshot - avatar