Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Textarea


Guest

Recommended Posts

Posted

can someone explain to me what i can do to control a tep_draw_textarea_field?

 

echo tep_draw_textarea_field('regpurchases', 'soft', 1, 2);

 

is how i got it now, but each one has a different width on the page... its killing me, my numbers have no effect on them.

Posted

<tr>

<td width="200">

tep_draw_textarea_field('regpurchases', 'soft', '60', '5');

</td>

</tr>

 

 

 

 

can someone explain to me what i can do to control a tep_draw_textarea_field?

 

echo tep_draw_textarea_field('regpurchases', 'soft', 1, 2);

 

is how i got it now, but each one has a different width on the page... its killing me, my numbers have no effect on them.

Posted

it's weird, but in the stylesheet it had textarea set to 100% i dropped it down to 80% and now it lets me set those widths, i had tried the obvious.... i was illustrating that with the low numbers in my example 1, 2... it was just not having any effect, tried it in ie and ff just to ensure it wasnt a cache thing before hand as well.

 

thanks for the reply for certain.

Archived

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

×
×
  • Create New...