See this thread:

http://groups.google.com/group/cake-php/browse_thread/thread/1ff0f7a34261a59b

Will probably give you some ideas.

(Why are you totally getting rid of the <label> element, anyway?)

hth
grigri

On Jun 26, 3:51 pm, "Jonathan Snook" <[EMAIL PROTECTED]> wrote:
> 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 cake-php@googlegroups.com
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