Title: Email Forms
By: Tyesha

The code above is for a transparent email forms.

*You can change this to an application or anything you want to by changing the part that says input name to what the subject of that box for when the people actually fill out the form. You can change the part that says Value to what you want to appear in the box.

*You can change the length by making the number that by the word size bigger or smaller. (it says size=30).

*You can change the color of the border NOT BY CHANGING THE PART THAT SAYS TRANSPARENT,but by changing the part that says color:black;.

* You can change the border by changing the part that says border: 1 dotted #000000. basically the part that says dotted change it to the type of border you want.

* You can change the font size by changing the part that says font-size:8pt; Change the part that says 8pt to any font size you want to.

*You can change the font by changing font-face:tahoma;

*You can also change where it says boy and girl by changing where it says Value To anything you want and by changing Name or checked name to the subject you want to appear when they actually email you.

* You can change it from being transparent to a solid color by changing background-color:transparent; By changing it to a solid color.