![]() |
|
|
|||
|
Submit button custom image
Hello,
I just need to know how to customize the search button with my own image? please tell me how I can place a nice image for the plain form > button, that comes with DW cs3. I am trying to have a diffrent size and color image for the search button that I have in my form allowing for visitors to type something in the textfield and clicking on the custom button to search the db. thank you anyone, ed |
|
|||
|
Re: Submit button custom image
I'm not too good with code but I have this in my code.
<input type="image" src="website images/searchbutton.jpg" alt="submit" /> Visually it looks nice, but how is this going to perform as my submit button so that it can query my db? Because it does not have the <input type="submit" so how can I submit or push it? I am a bit of a novice still, thanks for any help Ed |
|
|||
|
Re: Submit button custom image
check the dw reference panel, or
http://webdesign.about.com/od/htmlta...s_inputimg.htm the input type="image" will act as a submit for the form it is in. If you want to use a custom image for a "reset" you would have to use JavaScript for it to affect the form [or consider if a reset is needed or useful] -- Alan Adobe Community Expert, dreamweaver http://www.adobe.com/communities/experts/ |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|