My problem is HTML and CSS related. I have a hierarchy type structure that I want to display inside a list. The hierarchy contains Countries, States and Cities (it is three
I was able to accomplish this using the NO-BREAK SPACE unicode character. http://www.fileformat.info/info/unicode/char/00a0/index.htm
Copy-paste the character from that page into code and voila: https://jsfiddle.net/fwillerup/r9ch988h/
(
didn't work for me because I was using a library for fancy select boxes that would inject them verbatim.)