Quote:
Originally Posted by chaley
I don't follow what you mean by changing the image removes the custom text. That said, I think this template will do what you want.
Code:
program:
'MerlinMama’s Library' & character('newline') & $#myrating & ' Stars — ' & $#myint & ' Pages'
You would use $#rating for $#myrating and $#pages for $#myint.
An alternate is
Code:
program:
'MerlinMama’s Library' & character('newline') & template('{#myrating} Stars — {#myint} Pages')
|
I couldn't get these to work (more a me problem I’m sure). I just don't understand the template language very well.
I did get it to work with \n<br/>\n. Strangely, this gives me a single space rather than a double space. Not sure why