Jump to content
MakeWebGames

[MCC ANY] clean up your SUBMIT buttons so there not dull as hell


Recommended Posts

Posted

heres a little trick to make your SUBMIT BUTTONS become more impresive instead of the standard Button...

>>> STANDARD BUTTON for BANK DEPOSITS <input type="submit" value="Deposit"/>

>>> IMPROVED BUTTON <input type="submit" value="Deposit All £ or $'.($ir['money']).'" style="font-family: Arial; font-size: 10pt; letter-spacing: 1; color: #333333; border: 1px solid #FFCC33; background-color: #AEAEAE"/>

Will give your Buttons a nice coloured EFFECT the AEAEAE is the inner part the 333333 is the outerpart cover

or use this CSS is your header

button {

display:block;

text-align:center;

background: #AEAEAE;

margin: 3px 0px 0px 0px;

padding: 3px 10px 3px 10px;

font-family: Helvetica, Verdana, Arial;

font-size: 12px;

border: solid #000000 1px;

}

then on the submit add <td class="button"> to your pages with submit buttons

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...