5 Mar 2007, 9:49 PM
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