Hi, I m doing an app in CakePHP and JQuery,Mysql. In this in my homepage i m listing down all my forms name. On CLicking on this form name ,it will show the form. WIthin that view i m having a code like below,
<?php echo $form->input($r['Attribute']['label'],array('type'=>'text','style"=width:'=>$r['Attribute']['size']));?>
TO generate a textbox with the label that i got it by $r['Attribute']['label'] and to keep the width of it using that style but this width didnt sets ..Please anyone suggest me......