I am working on a mod for a module I need. The module is working fine BUT I wnat to change the display of information.
I have this statement:
$variable .= "".pnVarPrepForDisplay($VARIABLE)."";
Lets say $variable is preffered beer brand, the question is how I could insert SPACES so that brand names are not displayed together. Could I do this right at that statement and how.
RIGHT NOW IT DISPLAYS:
BEER1BEER2BEER3 etc...
I want to display like BEER1 BEER2 BEER3
Another option is to insert an spacer image to separate the text. Is that possible? and how.
Thanks in Advance!

.