Well on my site i want every button to be a custom one.I want this image on every button but does anyone know how i can do it?
![]()

Well on my site i want every button to be a custom one.I want this image on every button but does anyone know how i can do it?
![]()
I didn't understand that one bit :S Soz
when ur doing <input> etc. i think you need to use a style.. However i am unsure because i have never needed to do it before.
I am going to find out for you because it'll be interesting to know.
That what u wanting :SHTML Code:<input type="image" src="image.gif" width="60" height="60">
Copy the code from www.developlive.com/index.php?page=contact
That ok?HTML Code:<style type"text/css"> .button { width:100px; height:100px; border:none; backgound:url(http://www.google.co.uk/image.png); } </style> <input class="button" value=" " name="submit" type="submit">
Ille try it now.Would i have to enter than on each page btw?
Want to hide these adverts? Register an account for free!