Tuesday 2 June 2015

CSS content text not adding space after comma

Using CSS content for some reason after a comma the space that follows would not appear.  It's fine for a full stop however.   Here's what I needed to add

 
.pane-content:before {

      content: "a sentance,\00a0 and a space. ";

 }

No comments: