Fieldset Around Data
by on
Here is a little tutorial about how to draw a border with caption around the data or form. Example Look:

<fieldset> <legend> Health information: </legend> <form action=""> Height <input type="text" size="3"> Weight <input type="text" size="3"> </form> </fieldset>
If there is no border around the input form, your browser is too old.



