Quote Originally Posted by pamela631 View Post
Unfortunately, that didn't work at all.. plus that's for submit.. I need for the Search button..

Aarrtrghhh... ooooerrr.... Eeeeekkkkkk....

*HTML has two 'types' of buttons. INPUT buttons and SUBMIT buttons. There isn't a 'Search' button as such. What you are calling a "Search button" is in fact a SUBMIT button. The only difference is that the text 'submit' has been changed to read 'search'.

This is why I keep pointing you to the references on how to style the 'SUBMIT' button, because it is exactly the same button.

Cheers
Rod

*HTML has had many changes over the years. This may no longer be entirely accurate.