webmaster resources tips and articles
webmaster information

Path = Home : Form Tips : Pre-format Forms

Pre-format Your Forms



Web Source Web Design Tips
by Shelley Lowery

The FORM tag is used to set up input forms on your web site. To properly align your forms, instead of using a table, use the <PRE> tag for the same results. Your form will be displayed exactly as you format it within your HTML.

By preformatting your forms, not only will it save you some time, but it will also cut down on your HTML code and speed up your web sites load time.

<FORM>
<PRE>
Name: <input type="text">
Email:<imput type="text">
</PRE>
</FORM>


Tip provided by: Web Source: Your Guide to Professional Web Design and Development. http://www.web-source.net

 

© janim.net 2000 - 2007 All rights reserved