Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Word wrap in TABLE_HEADING_COMMENTS

Word wrap in TABLE_HEADING_COMMENTS

Locked

Views: 1,955

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
13 Aug 2006, 9:41 PM
#1
tphoare avatar

tphoare

New Zenner

Join Date:
Sep 2005
Location:
London
Posts:
88
Plugin Contributions:
0

Word wrap in TABLE_HEADING_COMMENTS

I want to extend the TABLE_HEADING_COMMENTS text defined in includes/languages/english/checkout_payment.php which worked fine in v1.27 but does not word wrap to be contained within the page width in v1.3. Is there any simple way of achieving this.

The existing text is 'Special Instructions or Order Comments' which I want to extend to include the fact that customers can include the request that the Post Office leave parcels next door, in the garage or up a tree but it is not likely to happen.

14 Aug 2006, 7:12 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Word wrap in TABLE_HEADING_COMMENTS

Perhaps add a <br /> tag in your text and force a line-break?