Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Text Area Input Size v1.2.6

Text Area Input Size v1.2.6

Locked

Views: 1,158

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
5 Mar 2007, 9:49 PM
#1
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Text Area Input Size v1.2.6

In ZC 1.2.6 I am using the following code for an input box

<tr>
<td class="main" valign="top"><P><BR><B><?php echo ENTRY_NOTES; ?></B><p>
<?php echo zen_draw_textarea_field('notes', 20, 5, '') . ' ' . (zen_not_null(ENTRY_NOTES) ? '<span class="inputRequirement">' . ENTRY_NOTES_TEXT . '</span>': ''); ?></td>
</tr>

But the box is quite small. How do increase the width?

It can be seen at...
https://www.freshabundance.com//index.php?main_page=create_account
It is at the bottom of the page

6 Mar 2007, 3:07 AM
#2
jacque427 avatar

jacque427

Zen Follower

Join Date:
Apr 2005
Location:
Spokane, Washington
Posts:
324
Plugin Contributions:
0

Re: Text Area Input Size v1.2.6

Got it, just changed the numbers to a higher value. But what do those number mean?