This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
CSS text button
Started 13 years 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
Posted 13 years ago # -
<a href="#" onClick="document.getElementById('album_categorias').submit()" class="link-1"><em><b>Buscar</b></em></a>
Posted 13 years ago # -
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
Posted 13 years ago # -
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
Posted 12 years ago # -
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.comPosted 12 years ago #
Reply
You must log in to post.