Jump to content

Can i use an image instead of the grey submit button


nealec

Recommended Posts

This is the code for a submit button on my site, i have an image called login.png that id like to use instead of the horrible grey submit button, Could someone please rewrite this code for me to use this image.

 

<input type="submit" name="login" id="login" value="Login">

Link to comment
Share on other sites

firstly, dont ask someone to rewrite your code for you. you may annoy some people. instead ask for help or tips.

 

the above post is correct but you can also do it via css. in your css add:

 

input#login
{
border:0;
background:url(your_image_here) no-repeat top left;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.