Firebug did not show the formatting being applied to the elements.

<!-- START MAIN BODY DIV -->
<div id="content">
<h3 style="margin-bottom:10px">Change Your Password</h3>
<p style="margin-bottom:10px">Enter your new password twice to change
it.</p>
<form id="UserChangePasswordForm" method="post" action="/cord/app/
webroot/index.php/users/change_password">
<fieldset style="display:none;"><input type="hidden" name="_method"
value="POST" /></fieldset>
<fieldset class="noformat">
<div class="input password"><label for="UserPassword">New Password:</
label><input type="password" name="data[User][password]" class="input
input-long" value="" id="UserPassword" /><br /></div>
<div class="input password"><label for="UserPassword2">Confirm New
Password:</label><input type="password" name="data[User][password2]"
style="width:150px" value="" id="UserPassword2" /><br /></div>
</fieldset>
<div class="submit"><input type="submit" value="Change Password" /></
div></form>
</div>
<!-- END MAIN BODY DIV -->


On Dec 11, 4:02 am, "Jon Bennett" <jmbenn...@gmail.com> wrote:
> Hi maytawn,
>
> >  Thanks for the suggestion.  I tried it... but it did not seem to work.
>
> >  I added the CSS to my main css file.  And this is what I have in the
> >  view:
>
> what was the outputted html like? What did Firebug say tell you about
> the elements? What I suggested with definitely work in theory, but the
> CSS was untested, merely there to show how you can apply more than one
> class to an element.
>
> cheers,
>
> jon
>
> --
>
> jon bennett
> w:http://www.jben.net/
> iChat (AIM): jbendotnet Skype: jon-bennett
--~--~---------~--~----~------------~-------~--~----~
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 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to