Appnitro Software Forums » MachForm 2

CSS text button


  1. alfonso
    Member

    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 1 year ago #
  2. alfonso
    Member

    <a href="#" onClick="document.getElementById('album_categorias').submit()" class="link-1"><em><b>Buscar</b></em></a>

    Posted 1 year ago #
  3. 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 1 year ago #
  4. alfonso
    Member

    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 3 months ago #
  5. 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

    Posted 3 months ago #

RSS feed for this topic

Reply