Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Better input fields


egweimai

Recommended Posts

Posted

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!

:)

Posted

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;"')

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...