zarintasu Posted April 13, 2007 Posted April 13, 2007 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
zarintasu Posted April 13, 2007 Author Posted April 13, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.