html submit button, how to html submit button, tips, guide html submit button
(Website Helper) html submit button Number of Visitors: Site Map

html: how to set back color, text color, bold text, position, size?



Website Design
Website Promotion
Graphic Design
Programming
Free Software
Computer Tips
Discount Stores
This site provides users with the information about html submit button, how to set html submit button background color, how to html set submit button text color, set submit button bold text, submit button position, set submit button size, and more.

If you think that this site is helpful, please recommend your friends to visit our site.



html: How to set submit button background color, html submit button text color, make text bold, size, and position submit button?

1. How to set submit button background color?

Put the following code within "< Input ...>"

style="background-color:green"

2. How to set submit button text color?

Put the following code within "< Input ...>"

style="color:white"

3. How to set submit button text bold?

Put the following code within "< Input ...>"

style="font-weight: bold"

4. How to set submit button size?

Put the following code within "< Input ...>"

1) style="width: 48%"
2) style="width: 88"

5. How to position submit button?

Use the following code:

< div style="float:right; padding-right:0px;padding-top:0px">

< form action="s.asp" method="get" name="f" style="float:right">
< input type="submit" name="m"  value="t">
< /form>

< /div>

(Website Helper) html submit button (c) EduSoftMax - www.edusoftmax.com