Hey guys,
Need some quick help with submit button.
I have simple ajax and php mail form, which uses post action.
Right now I have this as my submit button:
I want to style it as a normal link to look like a button.Code:<input class="submit" type="submit" name="sendContactEmail" id="sendContactEmail" value=" Send Email " />
How can I make it into submit button?Code:<a class="Button" href="#"> <span class="btn"> <span class="t">Read more...</span> <span class="r"><span></span></span> <span class="l"></span> </span> </a>
Thanks,
viktor



Reply With Quote

Bookmarks