In my web page I have buttons with css style like:
<a href="#"><em><b>Buscar</b></em></a>
Well, how can I format "Send" button to get the same aspect of the rest of the buttons of my site? Thanks
Started 1 year ago by alfonso | 5 posts |
In my web page I have buttons with css style like:
<a href="#"><em><b>Buscar</b></em></a>
Well, how can I format "Send" button to get the same aspect of the rest of the buttons of my site? Thanks
<a href="#" onClick="document.getElementById('album_categorias').submit()" class="link-1"><em><b>Buscar</b></em></a>
Can you let us know the URL to your form please?
You can send it via email if you don't want to post it here.
MachForm Founder
I have into my stile.css this button style:
.button {
font-size: 11px;
color: #f7f7f7;
background: #981531;
display: inline-block;
margin-bottom: 15px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
}
.button:hover {
background: #565656;
text-decoration: none;
}
How can I the same stile in Submit button into my forms? Thanks
Edit your CSS file within MachForm for each form you have and replace the code for the buttons with your code.
Hope this helps
Saghalie
http://www.kcmhosting.com
You must log in to post.