Beautify Google Custom Search-submit button in Image Format
Jimdo beautification
Beautify Google Custom Search. We can change the text submit button to an image or animated (GIF) button! The Code is as follows:
<Input type = "image" src = "submit.gif" alt = "Submit"/>
Submit.gif is the image address of the red part. It is best to use an absolute address! For example, the code of my Google Custom Search box is as follows:
<Form ID = "CSE-search-box" Action = "http://www.google.com/cse" name = "CSE-search-box">
<Div>
<Strong> <input name = "CX" type = "hidden" value = "004534141474646751918: q6bljmgtbdo "/> <input name =" ie "type =" hidden "value =" UTF-8 "/> <input name =" Q "style =" Font: 16px Arial; padding: 3px ;"
Size = "30%" type = "text"/> <input alt = "Submit" src = "http://u.jimdo.com/www22/o/s6fa75db20a8ee120/userlayout/img/mya.png" type = "image"/> </strong>
</Div>
</Form>