How do you theme the “save” button in the profile page (user/uid), on a Drupal 6 installation?
I´ve tried and when I try to theme it, it theme all “save” buttons on the site.
Thanks!!
Rosamunda
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try embedding the CSS code in a new CSS file and add it to this page specifically through template_preprocess_page in template.php
Don’t forget to replace the word “template” in the function name, with your theme’s machine name. For example “bartik_prerocess_page”
more info about template_preprocess_page(), here: http://api.drupal.org/api/drupal/includes%21theme.inc/function/template_preprocess_page/7
Hope this helps
Muhammad