I've read the php manual on strings and even the WARNING on "\r on Macintosh". Does anyone know how to end a line and start a new line and not get the goofy character at the end of the line in my image. Here is the line, I think, thats driving me crazy:
$Text .= (str_pad($SingleLine, 30 , " " , STR_PAD_BOTH)).'\r';
or is it the 'imagestring' function that is messing up the image result.
Many Thanks!
Earbite