The PHP returns a string made up of a series of links. The goal is to insert a dash or bullet between each of the links.
So what I get is “About Contact Home” when what I’d like is “About – Contact – Home”.
I’m not familiar with a technique that uses CSS to insert text. Any chance you could explain? I’d love to handle it in CSS alone.