|
This tool let's you add a customized formstyles to your pages.
The code will only work on Internet Explorer - since IE is the only browser that support custom formstyles.
The code will not cause any harm if viewed on older Netscape browsers - it just won't have any effect, so a normal formstyle will appear if viewed with Netscape.
Fill in the fields and let this page do the programming for you, then copy and paste the code into your own HTML document.
1. Fill in the form
Using multiple styles on same page:
The code produced with this tool creates a CSS class called customform1.
If you want to use the tool for several different styles used on the same page you should simply change the name customform1 to customform2, customform3 etc.
Setting width and height of form elements:
The code produced with this tool does not specify attributes for width and height. That is because it's rare that ALL form elements on a form should have the same width and height.
However, you can specify the width and height of single fields similar to this example:
<input type="text" style="width:120px; height:30px;">
|