You'll likely find it easier to code that structure out manually:

<tr>
     <td align="right" valign="top" class="tbllogin">Title :</td>
     <td><?php echo $form->text('title', array('size'=> 40')) ?>
            <?php echo $form->error('title') ?></td>
</tr>

If you plan to do this a lot, make your own helper that builds this
structure for you.

On Thu, Jun 26, 2008 at 8:42 AM, kaushik <[EMAIL PROTECTED]> wrote:
>
> I am new Cakephp and facing prob. customizing the default input
> function.
> when I am using the below code:
>
> <?php echo $form->input('title', array('size' => '40'))?>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to