egweimai Posted May 31, 2010 Posted May 31, 2010 Hello I am looking for a way to make my input fields, specifically those under create_account look nicer. I would like them to be a bit more web2 looking, a bit like those found on wordpress etc.... Also, any other suggestions on how to make the create_account page look nicer would be appreciated. I have had a look around but no luck... thanks! :)
Guest Posted May 31, 2010 Posted May 31, 2010 I am looking for a way to make my input fields, specifically those under create_account look nicer. You can add styles to each input field. Example in create_account.php find tep_draw_input_field('firstname') To add whatever styles you need you would something like this tep_draw_input_field('firstname', '', 'style="width:200px; background-color:#FF0000; color:#FFFFFF;"')
Recommended Posts
Archived
This topic is now archived and is closed to further replies.