Webmaster Computer Resources Help And Learn To Earn Ideas!
I want to replace the boring default html buttons with the images I made so that they match my web site’s theme. Can anyone please guide me. I have no knowledge of php.
Comments (2)
The solution you are looking for requires basic HTML knowledge, no PHP required!
What you want is pretty simple. Wherever you have a button tag (), replace that with image tag as shown below:
Here, button’s action refers to the URL, etc. that the button is supposed to take the user to…
Hope this helps.
For a form with an action you can use the
You must be logged in to post a comment.
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
June 28th, 2008 at 2:02 am
The solution you are looking for requires basic HTML knowledge, no PHP required!
What you want is pretty simple. Wherever you have a button tag (), replace that with image tag as shown below:
Here, button’s action refers to the URL, etc. that the button is supposed to take the user to…
Hope this helps.
July 1st, 2008 at 8:44 pm
For a form with an action you can use the