Guest Posted May 23, 2007 Posted May 23, 2007 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.
usernamenone Posted May 24, 2007 Posted May 24, 2007 <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.
Guest Posted May 24, 2007 Posted May 24, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.