Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Submit Buttons


zarintasu

Recommended Posts

Posted

Hello!

 

I'm wanting my login box's "login" button to appear as the default input style rather than the image.

 

 

Here's the line of code:

 

" . tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN, 'SSL') . "

 

 

What do I need to change in order to make it a default input button (browser default)?

 

 

 

Thanks

Posted

I think I may have it working.

 

I was looking at it wrong if this actually works. Just removed that line of code and inserted this one:

 

<input type=\"submit\" name=\"submit\">

 

 

:P

 

Hello!

 

I'm wanting my login box's "login" button to appear as the default input style rather than the image.

Here's the line of code:

 

" . tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN, 'SSL') . "

What do I need to change in order to make it a default input button (browser default)?

Thanks

Archived

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

×
×
  • Create New...