On 1/16/06, Matthew Bevan <[EMAIL PROTECTED]> wrote:
2. Tag termination - while the following -is- valid, it certainly is not
optimum!
> <input class="text_field" type="text" name="Title" value="" id="Title">
>
> </input>
Not optimum in what way? What do you think it should be? You can do this in your .kid file:
<input class="text_field" type="text" name="Title" value="" id="Title" />
-- David

