Wednesday 21 September 2011

Can anyone help me with this html code? It's for a custom search for my website.?

I'm using html for my search and I want to change the search button so it doesn't look so plain. The picture I'm trying to make the %26quot;search%26quot; button into is a png. image file. I just downloaded the free trail of Adobe Dreamweaver. I haven't been able to try it yet. I have two emails, so if I have any questions about your answer, I'll %26quot;answer%26quot; my own question to ask you, so please keep checking this question to see if I've said anything else.



Here's the html code I'm using:



%26lt;form method=%26quot;get%26quot; action=%26quot;http://www.google.com/search%26quot;%26gt;



%26lt;input type=%26quot;text%26quot; name=%26quot;q%26quot; size=%26quot;31%26quot;

maxlength=%26quot;255%26quot; value=%26quot;%26quot; /%26gt;

%26lt;input type=%26quot;submit%26quot; value=%26quot;Search%26quot; /%26gt;



%26lt;input type=%26quot;radio%26quot; name=%26quot;sitesearch%26quot;

value=%26quot;thewebsiteaddress.com%26quot; checked /%26gt; Website Name




%26lt;/form%26gt;



How would I add the html of the png. picture into this to make it a search button? If this is even possible, I have another png. file I want to add in so that when you put your mouse over the %26quot;search%26quot; button, it changes shapes.

Someone please help!




Can anyone help me with this html code? It's for a custom search for my website.?
try soemthing like:



%26lt;input type=%26quot;image%26quot; src=%26quot;/path/topng/mypng.png%26quot; name =%26quot;mybutton%26quot; width=%26quot;110%26quot; border=%26quot;0%26quot; alt=%26quot;Submit%26quot;%26gt;