Add space between words
-
I want to display the name of each language in my footer, which I accomplished using this code: <?php echo qtrans_generateLanguageSelectCode(‘text’); ?> However, I can’t seem to figure out a way of inserting spaces between each language (as well as a vertical bar). It currently looks like this:
EnglishSpanishFrench
I would like it to look like this:
English | Spanish | French
Any help would be appreciated.
- The topic ‘Add space between words’ is closed to new replies.