Hello- I'm trying to figure out how to center formatted strings / captions underneath each image when printing a catalogue template. For example, when I use the following string formats, each line is left aligned under the image:
{T#S:""}
{D#S:""}
But I want the strings centered under the image (I'm using the HTML version of center in this board posting as an example):
<center>{T#S:""}</center>
<center>{D#S:""}</center>
Is there a way to do this using the string formatting or another setting I'm missing?
