Apparently my CSS is doing something funky, because the login button
on my app is a couple hundred pixels wide.

I will try to track down the CSS that is causing this, but in the mean
time, can someone please tell me how to apply the "size" attribute to
the $form->end() call? I already tried:
<?php echo $form->end('Submit', array('size'=>'10'));?>
<?php echo $form->end('Submit', array('width'=>'10'));?>

I'm guessing I might need to use 'options' or 'style' or something...

Wayne

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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