image on button
Moderator: General Moderators
image on button
guys i want to show image on button in html so how can i do this
Re: image on button
You can use style tag or create css for button
Style tag like this
Style tag like this
Code: Select all
<input type="submit" name="btnSubmit" id="button" value="Submit" style="background-image:url(image path)"/>
Re: image on button
thankx dear but my image size so large it only display the corner of image on button so how can i display complete image on button i dont want to increase size of button how can i decrease size of image?
Re: image on button
use photoshop. It isnt php question?