Hi,
> I am trying to figure out how to write the code for submit image? I
> don't want to have grey and dull submit button.
>
> Here it is the code what I wrote:
>
> <?php echo $form->submit('Submit', array('class' =>
> 'moreBtnDkBlue')); ?>
>
> Do you have any idea how to write the code to submit button with image
> not 'moreBtnBlue'
Try: <?php echo $form->submit('/path/to/image.png'); ?>
Hope that helps!
--
Daniel Hofstetter
http://cakebaker.42dh.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---