I am pretty new to PHP. How do you add a line break to the bit of fedex string in the following function?
tep_draw_textarea_field('comments', 'soft', '60', '5', 'Shipped via Fedex www.fedex.ca Tracking number:');
Here is how the function is defined:
function tep_draw_form($name, $action, $parameters = '', $method = 'post', $params = '')
use double quotes and a “\n”: