On 1/17/06, David Stanek <[EMAIL PROTECTED]> wrote: > > > 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" > />
It's not optimum looking HTML output. At least, I'm assuming he's complaining about the final HTML output, which doesn't need an end tag. If he's talking about the template itself, then I agree with you... just add a / at the end in normal XML empty tag style. Kevin

