Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding a class to temp_draw_text_area


joma

Recommended Posts

Posted

can someone please help me set a class to this text area without having to modify the html output, im not too good with php

 

 

<?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?>

 

just draw the class set to "green"

 

 

thanks heaps

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...