I have a question, I made a button image in Photoshop, so then I did the css styleing, and when i go to add it to the html I use: <input type="submit" class="button" value="Register"/> but when I view it it just uses the defualt button. mocha-mods.net/Home/Index.html do you know what i could possibly be doing wrong?
Here is the CSS for the button:
Code:a.button{
display:inline-block;
width:50px;
height:40px;
padding:5px;
border:1px #D7D7D7 solid;
text-align:center;
text-decoration:none;
color:#666666;
background:url(../Images/button.png) repeat-x;
}

