in reply to Newline in GD?

I would say pc88 is right--in most graphics libraries where you have to render text, the basic text rendering function creates one line and only one line. Change your current code that adds newlines to instead break up the string and throw it in an array, and then have a loop call $img->string on each array element.


I'm a peripheral visionary... I can see into the future, but just way off to the side.