Hey all,
I have 20 words each split using “spliti” and I need to add word wrap to this or a line width so it will wrap to the next line…as it does not wrap currently.
Any ideas how to do this?
Here is some code that I have:
$chunks = spliti (",", $string, 20);
Thanks in advance