Fixed.
PHP Code:<td class="main"><?php echo 'Product Ship Info: '; ?></td>
<td class="main"><?php echo zen_draw_separator('pixel_trans.gif', '24', '15') . ' ' . zen_draw_textarea_field('products_ship_info', 'soft', '100%', '6',
htmlspecialchars(stripslashes($pInfo->products_ship_info), ENT_COMPAT, CHARSET, TRUE), zen_set_field_length(TABLE_PRODUCTS, 'products_ship_info')); ?></td>


Reply With Quote
